Lines Matching +defs:type +defs:value
795 function access( elems, key, value, exec, fn, pass ) { argument
1081 data: function( key, value ) { argument
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
1216 attr: function( name, value ) { argument
1229 addClass: function( value ) { argument
1263 removeClass: function( value ) { argument
1295 toggleClass: function( value, stateVal ) { argument
1341 val: function( value ) { argument
1449 attr: function( elem, name, value, pass ) { argument
1612 var type, i = 0, namespaces; variable
2336 function trigger( type, elem, args ) { argument
2362 jQuery.fn[ name ] = function( type, data, fn ) { argument
2395 unbind: function( type, fn ) { argument
2424 trigger: function( type, data ) { argument
2430 triggerHandler: function( type, data ) { argument
2590 function liveConvert( type, selector ) { argument
4184 html: function( value ) { argument
4226 replaceWith: function( value ) { argument
4564 jQuery.fn.css = function( name, value ) { argument
4565 return access( this, name, value, true, function( elem, name, value ) { argument
4579 style: function( elem, name, value ) { argument
4823 type: type, property
4888 get: function( url, data, callback, type ) { argument
4897 type: "GET", property
4913 post: function( url, data, callback, type ) { argument
4922 type: "POST", property
4937 type: "GET", property
5293 function trigger(type, args) { argument
5346 httpData: function( xhr, type, s ) { argument
5435 function add( key, value ) { argument
5915 function genFx( type, num ) { argument