Lines Matching defs:elem

76 		var match, elem, ret, doc;  variable
286 return this.pushStack( jQuery.map(this, function( elem, i ) { argument
545 nodeName: function( elem, name ) { argument
609 inArray: function( elem, array ) { argument
733 jQuery.inArray = function( elem, array ) { argument
777 function evalScript( i, elem ) { argument
1001 data: function( elem, name, data ) { argument
1042 removeData: function( elem, name ) { argument
1117 queue: function( elem, type, data ) { argument
1140 dequeue: function( elem, type ) { argument
1174 return this.each(function( i, elem ) { argument
1449 attr: function( elem, name, value, pass ) { argument
1559 add: function( elem, types, handler, data ) { argument
2236 getVal = function( elem ) { argument
2244 jQuery.map( elem.options, function( elem ) { argument
2336 function trigger( type, elem, args ) { argument
2960 var elem = checkSet[i]; variable
2968 var elem = checkSet[i]; variable
3460 Expr.filter.ID = function(elem, match){ argument
3504 Expr.attrHandle.href = function(elem){ argument
3648 var isXML = function(elem){ argument
3698 return jQuery.grep(elements, function( elem, i ) { argument
3703 return jQuery.grep(elements, function( elem, i ) { argument
3708 var filtered = jQuery.grep(elements, function( elem ) { argument
3719 return jQuery.grep(elements, function( elem, i ) { argument
3818 index: function( elem ) { argument
3854 parent: function( elem ) { argument
3858 parents: function( elem ) { argument
3861 parentsUntil: function( elem, i, until ) { argument
3864 next: function( elem ) { argument
3867 prev: function( elem ) { argument
3870 nextAll: function( elem ) { argument
3873 prevAll: function( elem ) { argument
3876 nextUntil: function( elem, i, until ) { argument
3879 prevUntil: function( elem, i, until ) { argument
3882 siblings: function( elem ) { argument
3885 children: function( elem ) { argument
3888 contents: function( elem ) { argument
3924 dir: function( elem, dir, until ) { argument
3935 nth: function( cur, result, dir, elem ) { argument
3948 sibling: function( n, elem ) { argument
4073 return this.domManip(arguments, true, function( elem ) { argument
4081 return this.domManip(arguments, true, function( elem ) { argument
4090 return this.domManip(arguments, false, function( elem ) { argument
4102 return this.domManip(arguments, false, function( elem ) { argument
4320 function root( elem, cur ) { argument
4565 return access( this, name, value, true, function( elem, name, value ) { argument
4579 style: function( elem, name, value ) { argument
4624 css: function( elem, name, force, extra ) { argument
4660 curCSS: function( elem, name, force ) { argument
4737 swap: function( elem, options, callback ) { argument
4756 jQuery.expr.filters.hidden = function( elem ) { argument
4767 jQuery.expr.filters.visible = function( elem ) { argument
4865 .map(function( i, elem ) { argument
5715 fx: function( elem, options, prop ) { argument
5908 jQuery.expr.filters.animated = function( elem ) { argument
6063 setOffset: function( elem, options, i ) { argument
6173 function getWindow( elem ) { argument