Lines Matching refs:fn

21 		return new jQuery.fn.init( selector, context );
74 jQuery.fn = jQuery.prototype = {
118 jQuery.fn.attr.call( selector, context, true );
248 ready: function( fn ) {
255 fn.call( document, jQuery );
260 readyList.push( fn );
303 jQuery.fn.init.prototype = jQuery.fn;
305 jQuery.extend = jQuery.fn.extend = function() {
390 var fn, i = 0;
391 while ( (fn = readyList[ i++ ]) ) {
392 fn.call( document, jQuery );
400 if ( jQuery.fn.triggerHandler ) {
676 proxy: function( fn, proxy, thisObject ) { argument
679 thisObject = fn;
680 fn = thisObject[ proxy ];
689 if ( !proxy && fn ) {
691 return fn.apply( thisObject || this, arguments );
696 if ( fn ) {
697 proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++;
795 function access( elems, key, value, exec, fn, pass ) { argument
801 access( elems, k, key[k], exec, fn, value );
812 fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
819 return length ? fn( elems[0], key ) : undefined;
1080 jQuery.fn.extend({
1143 var queue = jQuery.queue( elem, type ), fn = queue.shift();
1146 if ( fn === "inprogress" ) {
1147 fn = queue.shift();
1150 if ( fn ) {
1157 fn.call(elem, function() {
1164 jQuery.fn.extend({
1215 jQuery.fn.extend({
1220 removeAttr: function( name, fn ) { argument
1683 var ret, type, fn, i = 0, all, namespaces, namespace, special, eventType, handleObj, origType, variable
2362 jQuery.fn[ name ] = function( type, data, fn ) { argument
2366 this[ name ](key, data, type[key], fn);
2372 fn = data;
2376 var handler = name === "one" ? jQuery.proxy( fn, function( event ) {
2378 return fn.apply( this, arguments );
2379 }) : fn;
2382 this.one( type, data, fn );
2394 jQuery.fn.extend({
2395 unbind: function( type, fn ) { argument
2404 jQuery.event.remove( this[i], type, fn );
2411 delegate: function( selector, types, data, fn ) { argument
2412 return this.live( types, data, fn, selector );
2415 undelegate: function( selector, types, fn ) { argument
2420 return this.die( types, null, fn, selector );
2440 toggle: function( fn ) { argument
2446 jQuery.proxy( fn, args[ i++ ] );
2449 return this.click( jQuery.proxy( fn, function( event ) {
2451 var lastToggle = ( jQuery.data( this, "lastToggle" + fn.guid ) || 0 ) % i;
2452 jQuery.data( this, "lastToggle" + fn.guid, lastToggle + 1 );
2475 jQuery.fn[ name ] = function( types, data, fn, origSelector /* Internal Use Only */ ) {
2481 fn = data;
2515 …{ data: data, selector: selector, handler: fn, origType: type, origHandler: fn, preType: preType }…
2520 context.unbind( liveConvert( type, selector ), fn );
2599 jQuery.fn[ name ] = function( fn ) {
2600 return fn ? this.bind( name, fn ) : this.trigger( name );
3724 jQuery.fn.extend({
3893 }, function( name, fn ) { argument
3894 jQuery.fn[ name ] = function( until, selector ) {
3895 var ret = jQuery.map( this, fn, until );
3994 jQuery.fn.extend({
4393 jQuery.fn[ name ] = function( selector ) {
4404 jQuery.fn[ original ].apply( jQuery(insert[i]), elems );
4564 jQuery.fn.css = function( name, value ) {
4782 _load = jQuery.fn.load;
4784 jQuery.fn.extend({
4881 jQuery.fn[o] = function( f ) {
5455 jQuery.fn.extend({
5523 _toggle: jQuery.fn.toggle,
5525 toggle: function( fn, fn2 ) { argument
5526 var bool = typeof fn === "boolean";
5528 if ( jQuery.isFunction(fn) && jQuery.isFunction(fn2) ) {
5531 } else if ( fn == null || bool ) {
5533 var state = bool ? fn : jQuery(this).is(":hidden");
5538 this.animate(genFx("toggle", 3), fn, fn2);
5673 jQuery.fn[ name ] = function( speed, callback ) {
5679 speed: function( speed, easing, fn ) { argument
5681 complete: fn || !fn && easing ||
5684 easing: fn && easing || easing && !jQuery.isFunction(easing) && easing
5909 return jQuery.grep(jQuery.timers, function( fn ) { argument
5910 return elem === fn.elem;
5925 jQuery.fn.offset = function( options ) {
5951 jQuery.fn.offset = function( options ) {
6091 jQuery.fn.extend({
6139 jQuery.fn[ method ] = function(val) {
6186 jQuery.fn["inner" + name] = function() {
6193 jQuery.fn["outer" + name] = function( margin ) {
6199 jQuery.fn[ type ] = function( size ) {