Lines Matching refs:call

118 							jQuery.fn.attr.call( selector, context, true );
198 return slice.call( this, 0 );
255 fn.call( document, jQuery );
282 "slice", slice.call(arguments).join(",") );
287 return callback.call( elem, i, elem );
392 fn.call( document, jQuery );
454 return toString.call(obj) === "[object Function]";
458 return toString.call(obj) === "[object Array]";
465 if ( !obj || toString.call(obj) !== "[object Object]" || obj.nodeType || obj.setInterval ) {
471 && !hasOwnProperty.call(obj, "constructor")
472 && !hasOwnProperty.call(obj.constructor.prototype, "isPrototypeOf") ) {
482 return key === undefined || hasOwnProperty.call( obj, key );
574 if ( callback.call( object[ name ], name, object[ name ] ) === false ) {
580 i < length && callback.call( value, i, value ) !== false; value = object[++i] ) {}
600 push.call( ret, array );
734 return indexOf.call( array, elem );
812 fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
1157 fn.call(elem, function() {
1233 self.addClass( value.call(this, i, self.attr("class")) );
1267 self.removeClass( value.call(this, i, self.attr("class")) );
1301 self.toggleClass( value.call(this, i, self.attr("class"), stateVal), stateVal );
1407 val = value.call(this, i, self.val());
1644 if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
1656 special.add.call( elem, handleObj );
1759 special.remove.call( elem, handleObj );
1771 if ( !special.teardown || special.teardown.call( elem, namespaces ) === false ) {
1876 if ( (!special._default || special._default.call( elem, event ) === false) &&
2289 return testChange.call( this, e );
2301 return testChange.call( this, e );
2356 return jQuery.event.handle.call( this, e );
2741 if ( toString.call(checkSet) === "[object Array]" ) {
3699 return !!qualifier.call( elem, i, elem ) === keep;
3911 return this.pushStack( ret, name, slice.call(arguments).join(",") );
3999 self.text( text.call(this, i, self.text()) );
4013 jQuery(this).wrapAll( html.call(this, i) );
4042 jQuery(this).wrapInner( html.call(this, i) );
4215 return value.call( this, i, old );
4233 self.replaceWith( value.call( this, i, old ) );
4274 args[0] = value.call(this, i, table ? self.html() : undefined);
4302 callback.call(
4746 callback.call( elem );
4787 return _load.call( this, url );
5147 if ( s.beforeSend && s.beforeSend.call(callbackContext, xhr, s) === false ) {
5233 oldAbort.call( xhr );
5267 s.success.call( callbackContext, data, status, xhr );
5279 s.complete.call( callbackContext, xhr, status);
5304 s.error.call( s.context || s, xhr, status, e );
5571 return opt.complete.call(this);
5697 opt.old.call( this );
5731 this.options.step.call( this.elem, this.now, this );
5842 this.options.complete.call( this.elem );
6074 options = options.call( elem, i, curOffset );
6083 options.using.call( elem, props );
6209 self[ type ]( size.call( this, i, self[ type ]() ) );