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

How Can I Chain My Method Calls?

I have an object: var mubsisapi = { step1 : function(){alert('a')}, step… Read more How Can I Chain My Method Calls?

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