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

Lines Matching refs:hide

3825 	hide: function(speed,callback){
3827 return this.animate( genFx("hide", 3), speed, callback);
3856 jQuery(this)[ state ? "show" : "hide" ]();
3875 if ( prop[p] == "hide" && hidden || prop[p] == "show" && !hidden )
3895 if ( /toggle|show|hide/.test(val) )
3896 e[ val == "toggle" ? hidden ? "show" : "hide" : val ]( prop );
3956 slideUp: genFx("hide", 1),
3959 fadeOut: { opacity: "hide" }
4083 // Simple 'hide' function
4084 hide: function(){
4087 this.options.hide = true;
4120 // Hide the element if the "hide" operation was done
4121 if ( this.options.hide )
4122 jQuery(this.elem).hide();
4125 if ( this.options.hide || this.options.show )