views:

16

answers:

1

how can we make the jQuery plugnin to return the wrapped set?so that using the plugin does not make the code loose the chaining property.

A: 

Add

return this;

To the end of your function.

Matt