Lines Matching +defs:prop +defs:value
32 },attr:function(name,value,type){var options=name; argument
38 },css:function(key,value){if((key=="width"||key=="height")&&parseFloat(value)<0){value=undefined; argument
89 },val:function(value){if(value==undefined){if(this.length){var elem=this[0]; argument
110 },html:function(value){return value==undefined?(this[0]?this[0].innerHTML:null):this.empty().append… argument
111 },replaceWith:function(value){return this.after(value).remove(); argument
117 },data:function(key,value){var parts=key.split("."); argument
198 },prop:function(elem,value,type,i,name){if(jQuery.isFunction(value)){value=value.call(elem,i); method
281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined; argument
378 function num(elem,prop){return elem[0]&&parseInt(jQuery.curCSS(elem[0],prop,true),10)||0; argument
898 },animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback); argument
956 }},timers:[],timerId:null,fx:function(elem,options,prop){this.options=options; argument