> While `$('div').fn({...})` will bind the behavior to all divs, calling `$('div').fn('foo')` will only invoke `foo` on
the first `div`. This may be changed in future releases.<p>Love the plugin, but this behavior seems counter-intuitive. Hopefully they decide to change it.