jquery Programming Glossary: this.is
jquery fade slide panel http://stackoverflow.com/questions/10061847/jquery-fade-slide-panel activePanels .one 'panelHidden' function this.is ' visible' this.trigger 'hidePanel' this.trigger 'showPanel'.. this.trigger 'showPanel' .trigger 'hidePanel' else this.is ' visible' this.trigger 'hidePanel' this.trigger 'showPanel'..
jQuery - Disable Click until all chained animations are complete http://stackoverflow.com/questions/1271828/jquery-disable-click-until-all-chained-animations-are-complete function speed easing callback if this.is hidden visibilityCheck show counter return this.slideDown duration..
jQuery Mobile: Markup Enhancement of dynamically added content http://stackoverflow.com/questions/14550396/jquery-mobile-markup-enhancement-of-dynamically-added-content function newText return this.each function this this if this.is 'a' 'span.ui btn text' this .text newText return if this.is.. 'a' 'span.ui btn text' this .text newText return if this.is 'input' this.val newText go up the tree var ctx this.closest..
jQuery checkbox event handling http://stackoverflow.com/questions/3442322/jquery-checkbox-event-handling this this this will contain a reference to the checkbox if this.is ' checked' the checkbox was checked else the checkbox was unchecked..
Smooth scroller based on mouse position (Jquery) http://stackoverflow.com/questions/6136847/smooth-scroller-based-on-mouse-position-jquery backdrop .mousemove function e var this this var left this.is '.left' if left var w this.width rate w e.pageX this .offset..
jQuery: FadeOut then SlideUp http://stackoverflow.com/questions/734554/jquery-fadeout-then-slideup function speed easing callback if this.is hidden return this.slideDown speed easing .fadeTo speed 1 easing..
how to make table scrollable with fixed headings http://stackoverflow.com/questions/8888526/how-to-make-table-scrollable-with-fixed-headings style 'display s ' onclick 'btnclick this ' .replace ' s' this.is ' visible' 'inline block' 'none' .attr 'name' this.attr 'name'..
jquery fade slide panel http://stackoverflow.com/questions/10061847/jquery-fade-slide-panel activePanels panels.filter ' visible' .not this if activePanels.length activePanels .one 'panelHidden' function this.is ' visible' this.trigger 'hidePanel' this.trigger 'showPanel' .trigger 'hidePanel' else this.is ' visible' this.trigger.. function this.is ' visible' this.trigger 'hidePanel' this.trigger 'showPanel' .trigger 'hidePanel' else this.is ' visible' this.trigger 'hidePanel' this.trigger 'showPanel' .on 'hidePanel' function var this this this.find '.content'..
jQuery - Disable Click until all chained animations are complete http://stackoverflow.com/questions/1271828/jquery-disable-click-until-all-chained-animations-are-complete animate functions. Slide up or down and fade in or out jQuery.fn.fadeThenSlideToggle function speed easing callback if this.is hidden visibilityCheck show counter return this.slideDown duration 500 easing easeInOutCirc .animate opacity 1 700 easeInOutCirc..
jQuery Mobile: Markup Enhancement of dynamically added content http://stackoverflow.com/questions/14550396/jquery-mobile-markup-enhancement-of-dynamically-added-content either an a link or input type button .fn.changeButtonText function newText return this.each function this this if this.is 'a' 'span.ui btn text' this .text newText return if this.is 'input' this.val newText go up the tree var ctx this.closest.. newText return this.each function this this if this.is 'a' 'span.ui btn text' this .text newText return if this.is 'input' this.val newText go up the tree var ctx this.closest '.ui btn' 'span.ui btn text' ctx .text newText return..
jQuery checkbox event handling http://stackoverflow.com/questions/3442322/jquery-checkbox-event-handling
Smooth scroller based on mouse position (Jquery) http://stackoverflow.com/questions/6136847/smooth-scroller-based-on-mouse-position-jquery x 0 y 0 rate 0 maxspeed 10 var backdrop '.backdrop' '.direction' backdrop .mousemove function e var this this var left this.is '.left' if left var w this.width rate w e.pageX this .offset .left 1 w else var w this.width rate e.pageX this .offset..
jQuery: FadeOut then SlideUp http://stackoverflow.com/questions/734554/jquery-fadeout-then-slideup jquery fadeout slideup share improve this question jQuery.fn.fadeThenSlideToggle function speed easing callback if this.is hidden return this.slideDown speed easing .fadeTo speed 1 easing callback else return this.fadeTo speed 0 easing .slideUp..
how to make table scrollable with fixed headings http://stackoverflow.com/questions/8888526/how-to-make-table-scrollable-with-fixed-headings var newBtn input class 'answerBtnsRow answers' type 'button' style 'display s ' onclick 'btnclick this ' .replace ' s' this.is ' visible' 'inline block' 'none' .attr 'name' this.attr 'name' .attr 'value' this.val .attr 'class' this.attr 'class' newBtn.appendTo..
|