Lines Matching refs:fn

27 		return new jQuery.fn.init( selector, context, rootjQuery );
91 jQuery.fn = jQuery.prototype = {
143 jQuery.fn.attr.call( selector, context, true );
268 ready: function( fn ) {
273 readyList.done( fn );
315 jQuery.fn.init.prototype = jQuery.fn;
317 jQuery.extend = jQuery.fn.extend = function() {
431 if ( jQuery.fn.trigger ) {
776 proxy: function( fn, context ) { argument
778 var tmp = fn[ context ];
779 context = fn;
780 fn = tmp;
785 if ( !jQuery.isFunction( fn ) ) {
792 return fn.apply( context, args.concat( slice.call( arguments ) ) );
796 proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++;
803 access: function( elems, key, value, exec, fn, pass ) { argument
809 jQuery.access( elems, k, key[k], exec, fn, value );
820 fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
827 return length ? fn( elems[0], key ) : undefined;
850 return new jQuerySub.fn.init( selector, context );
854 jQuerySub.fn = jQuerySub.prototype = this();
855 jQuerySub.fn.constructor = jQuerySub;
857 jQuerySub.fn.init = function init( selector, context ) {
862 return jQuery.fn.init.call( this, selector, context, rootjQuerySub );
864 jQuerySub.fn.init.prototype = jQuerySub.fn;
1052 var fn = data[ 0 ],
1055 if ( jQuery.isFunction( fn ) ) {
1057 returned = fn.apply( this, arguments );
1392 expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
1596 jQuery.fn.extend({
1774 fn = queue.shift(),
1778 if ( fn === "inprogress" ) {
1779 fn = queue.shift();
1782 if ( fn ) {
1789 fn.call(elem, function() {
1801 jQuery.fn.extend({
1888 jQuery.fn.extend({
2650 var ret, type, fn, j, i = 0, all, namespaces, namespace, special, eventType, handleObj, origType, variable
3396 jQuery.fn[ name ] = function( type, data, fn ) { function
3402 this[ name ](key, data, type[key], fn);
3408 fn = data;
3415 return fn.apply( this, arguments );
3417 handler.guid = fn.guid || jQuery.guid++;
3419 handler = fn;
3423 this.one( type, data, fn );
3435 jQuery.fn.extend({
3436 unbind: function( type, fn ) { argument
3445 jQuery.event.remove( this[i], type, fn );
3452 delegate: function( selector, types, data, fn ) { argument
3453 return this.live( types, data, fn, selector );
3456 undelegate: function( selector, types, fn ) { argument
3461 return this.die( types, null, fn, selector );
3477 toggle: function( fn ) { argument
3480 guid = fn.guid || jQuery.guid++,
3484 var lastToggle = ( jQuery.data( this, "lastToggle" + fn.guid ) || 0 ) % i;
3485 jQuery.data( this, "lastToggle" + fn.guid, lastToggle + 1 );
3516 jQuery.fn[ name ] = function( types, data, fn, origSelector /* Internal Use Only */ ) {
3538 fn = data || returnFalse;
3572 …{ data: data, selector: selector, handler: fn, origType: type, origHandler: fn, preType: preType }…
3577 context.unbind( "live." + liveConvert( type, selector ), fn );
3682 jQuery.fn[ name ] = function( data, fn ) {
3683 if ( fn == null ) {
3684 fn = data;
3689 this.bind( name, data, fn ) :
5136 jQuery.fn.extend({
5340 }, function( name, fn ) { argument
5341 jQuery.fn[ name ] = function( until, selector ) {
5342 var ret = jQuery.map( this, fn, until ),
5486 jQuery.fn.extend({
5932 jQuery.fn[ name ] = function( selector ) {
6227 jQuery.fn.css = function( name, value ) {
6601 _load = jQuery.fn.load,
6718 jQuery.fn.extend({
6824 jQuery.fn[ o ] = function( f ){
7963 jQuery.fn.extend({
8038 _toggle: jQuery.fn.toggle,
8040 toggle: function( fn, fn2, callback ) { argument
8041 var bool = typeof fn === "boolean";
8043 if ( jQuery.isFunction(fn) && jQuery.isFunction(fn2) ) {
8046 } else if ( fn == null || bool ) {
8048 var state = bool ? fn : jQuery(this).is(":hidden");
8053 this.animate(genFx("toggle", 3), fn, fn2, callback);
8255 jQuery.fn[ name ] = function( speed, easing, callback ) {
8261 speed: function( speed, easing, fn ) { argument
8263 complete: fn || !fn && easing ||
8266 easing: fn && easing || easing && !jQuery.isFunction(easing) && easing
8508 return jQuery.grep(jQuery.timers, function( fn ) { argument
8509 return elem === fn.elem;
8566 jQuery.fn.offset = function( options ) {
8608 jQuery.fn.offset = function( options ) {
8775 jQuery.fn.extend({
8823 jQuery.fn[ method ] = function( val ) {
8876 jQuery.fn["inner" + name] = function() {
8883 jQuery.fn["outer" + name] = function( margin ) {
8889 jQuery.fn[ type ] = function( size ) {