Home | History | Annotate | Download | only in parse-only

Lines Matching full:props

752 			var val, props = { position: "absolute", visibility: "hidden", display:"block" }, which = name == "width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ];
773 jQuery.swap( elem, props, getWH );
977 name = notxml && jQuery.props[ name ] || name;
2710 props: "altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
2721 for ( var i = this.props.length, prop; i; ){
2722 prop = this.props[ --i ];
3212 jQuery.props = {
3960 }, function( name, props ){
3962 return this.animate( props, speed, callback );