Skip to content Skip to sidebar Skip to footer
Showing posts with the label Method Chaining

Method Chaining With Sub-methods

I am trying to use method chain with sub-methods. IE: foo('bar').do.stuff() The catch is s… Read more Method Chaining With Sub-methods

How To Wait For A Jquery Toggle To Finish Before Running Another Function?

I am missing something really obvious but I can't make one of my methods to wait until a jQuery… Read more How To Wait For A Jquery Toggle To Finish Before Running Another Function?