I\'m looking at a jQuery plugin, which has a single function. After setting up the appropriate defaults though a constructor argument the function defines a couple of helper fu
this make it possible to keep objects chain, so you can call jquery methods like this:
$("selector").css().mouseover().etc().blahblah();