• Home
  • Raw
  • Download

Lines Matching defs:elem

160 	index: function( elem ) {  argument
253 return this.domManip(arguments, true, function(elem){ argument
260 return this.domManip(arguments, true, function(elem){ argument
267 return this.domManip(arguments, false, function(elem){ argument
273 return this.domManip(arguments, false, function(elem){ argument
295 return this.pushStack( jQuery.unique(jQuery.map(this, function(elem){ argument
352 jQuery.grep(this, function(elem, i){ argument
356 jQuery.multiFilter( selector, jQuery.grep(this, function(elem){ argument
505 return this.pushStack( jQuery.map(this, function(elem, i){ argument
531 function root( elem, cur ) { argument
543 function evalScript( i, elem ) { argument
640 isXMLDoc: function( elem ) { argument
666 nodeName: function( elem, name ) { argument
698 prop: function( elem, value, type, i, name ) { argument
711 add: function( elem, classNames ) { argument
719 remove: function( elem, classNames ) { argument
729 has: function( elem, className ) { argument
735 swap: function( elem, options, callback ) { argument
750 css: function( elem, name, force, extra ) { argument
781 curCSS: function( elem, name, force ) { argument
864 jQuery.each(elems, function(i, elem){ argument
967 attr: function( elem, name, value ) { argument
1086 inArray: function( elem, array ) { argument
1178 parent: function(elem){return elem.parentNode;}, argument
1179 parents: function(elem){return jQuery.dir(elem,"parentNode");}, argument
1180 next: function(elem){return jQuery.nth(elem,2,"nextSibling");}, argument
1181 prev: function(elem){return jQuery.nth(elem,2,"previousSibling");}, argument
1182 nextAll: function(elem){return jQuery.dir(elem,"nextSibling");}, argument
1183 prevAll: function(elem){return jQuery.dir(elem,"previousSibling");}, argument
1184 siblings: function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);}, argument
1185 children: function(elem){return jQuery.sibling(elem.firstChild);}, argument
1186 …contents: function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentW… argument
1266 function num(elem, prop) { argument
1274 data: function( elem, name, data ) { argument
1300 removeData: function( elem, name ) { argument
1339 queue: function( elem, type, data ) { argument
1355 dequeue: function( elem, type ){ argument
1671 href: function(elem){ argument
1854 enabled: function(elem){ argument
1857 disabled: function(elem){ argument
1860 checked: function(elem){ argument
1863 selected: function(elem){ argument
1869 parent: function(elem){ argument
1872 empty: function(elem){ argument
1875 has: function(elem, i, match){ argument
1878 header: function(elem){ argument
1881 text: function(elem){ argument
1884 radio: function(elem){ argument
1887 checkbox: function(elem){ argument
1890 file: function(elem){ argument
1893 password: function(elem){ argument
1896 submit: function(elem){ argument
1899 image: function(elem){ argument
1902 reset: function(elem){ argument
1905 button: function(elem){ argument
1908 input: function(elem){ argument
1913 first: function(elem, i){ argument
1916 last: function(elem, i, match, array){ argument
1919 even: function(elem, i){ argument
1922 odd: function(elem, i){ argument
1925 lt: function(elem, i, match){ argument
1928 gt: function(elem, i, match){ argument
1931 nth: function(elem, i, match){ argument
1934 eq: function(elem, i, match){ argument
1939 PSEUDO: function(elem, match, i, array){ argument
1958 CHILD: function(elem, match){ argument
2001 ID: function(elem, match){ argument
2004 TAG: function(elem, match){ argument
2007 CLASS: function(elem, match){ argument
2011 ATTR: function(elem, match){ argument
2042 POS: function(elem, match, i, array){ argument
2152 Expr.filter.ID = function(elem, match){ argument
2195 Expr.attrHandle.href = function(elem){ argument
2338 var isXML = function(elem){ argument
2369 Sizzle.selectors.filters.hidden = function(elem){ argument
2373 Sizzle.selectors.filters.visible = function(elem){ argument
2377 Sizzle.selectors.filters.animated = function(elem){ argument
2391 jQuery.dir = function( elem, dir ){ argument
2401 jQuery.nth = function(cur, result, dir, elem){ argument
2412 jQuery.sibling = function(n, elem){ argument
2437 add: function(elem, types, handler, data) { argument
2521 remove: function(elem, types, handler) { argument
2591 trigger: function( event, data, elem, bubbling ) { argument
2998 elems.push({ elem: elem, fn: fn }); property
3299 .map(function(i, elem){ argument
4002 fx: function( elem, options, prop ){ argument