Home | History | Annotate | Download | only in web

Lines Matching refs:Force

139         // Force the current matched set of elements to become
809 css: function( elem, name, force ) {
831 return jQuery.curCSS( elem, name, force );
834 curCSS: function( elem, name, force ) {
865 if ( !force && elem.style && elem.style[ name ] )
1093 Force it by setting the zoom level
3055 // force the next step to be the last
3162 cur: function(force){
3166 var r = parseFloat(jQuery.css(this.elem, this.prop, force));