Lines Matching +defs:data +defs:type
496 parseJSON: function( data ) { argument
523 globalEval: function( data ) { argument
1001 data: function( elem, name, data ) { argument
1081 data: function( key, value ) { method
1117 queue: function( elem, type, data ) { argument
1140 dequeue: function( elem, type ) { argument
1165 queue: function( type, data ) { argument
1182 dequeue: function( type ) { argument
1190 delay: function( time, type ) { argument
1202 clearQueue: function( type ) { argument
1443 data: true, property
1559 add: function( elem, types, handler, data ) { argument
1612 var type, i = 0, namespaces; variable
1797 trigger: function( event, data, elem /*, bubbling */ ) { argument
2051 setup: function( data, namespaces, eventHandle ) { argument
2186 setup: function( data ) { argument
2189 teardown: function( data ) { argument
2199 setup: function( data, namespaces ) { argument
2314 setup: function( data, namespaces ) { argument
2336 function trigger( type, elem, args ) { argument
2362 jQuery.fn[ name ] = function( type, data, fn ) { argument
2395 unbind: function( type, fn ) { argument
2411 delegate: function( selector, types, data, fn ) { argument
2424 trigger: function( type, data ) { argument
2430 triggerHandler: function( type, data ) { argument
2515 …{ data: data, selector: selector, handler: fn, origType: type, origHandler: fn, preType: preType }… property
2590 function liveConvert( type, selector ) { argument
4823 type: type, property
4825 data: params, property
4888 get: function( url, data, callback, type ) { argument
4897 type: "GET", property
4899 data: data, property
4909 getJSON: function( url, data, callback ) { argument
4913 post: function( url, data, callback, type ) { argument
4922 type: "POST", property
4924 data: data, property
4937 type: "GET", property
5293 function trigger(type, args) { argument
5346 httpData: function( xhr, type, s ) { argument
5915 function genFx( type, num ) { argument