define( function() { "use strict"; // We have to close these tags to support XHTML (#13200) var wrapMap = { // Table parts need to be wrapped with `` or they're // stripped to their contents when put in a div. // XHTML parsers do not magically insert elements in the // same way that tag soup parsers do, so we cannot shorten // this by omitting or other required elements. thead: [ 1, "
", "
" ], col: [ 2, "", "
" ], tr: [ 2, "", "
" ], td: [ 3, "", "
" ], _default: [ 0, "", "" ] }; wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; wrapMap.th = wrapMap.td; return wrapMap; } ); e='h' onchange='this.form.submit();'> The official jQuery user interface library: https://github.com/jquery/jquery-uiwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/demos/removeClass/index.html
blob: 0e9af371fea64097f08b3be0576155650f85ed05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18