UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

7 lines (6 loc) 143 B
$1('#rmDiv').on('click', () => { $1('#html').remove(); }); $1('#rmLink').on('click', () => { $1('#html').remove('li:first-child'); });