UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

8 lines (7 loc) 180 B
/// <reference path='../../dist/jsdk.d.ts' /> $1('#rmDiv').on('click',()=>{ $1('#html').remove() }) $1('#rmLink').on('click',()=>{ $1('#html').remove('li:first-child') })