[jQuery] Re: Tablesorter plugin - lazy caching

2009-02-04 Thread petrillodavide
Stephen, thanks for the tip ;) I'm using a similar workaround at the moment, I anyway think a lazy caching would be an useful feature for the plugin. Ciao, Davide. -- View this message in context: http://www.nabble.com/Tablesorter-plugin---lazy-caching-tp21830458s27240p21835411.html Sent from

[jQuery] Re: Tablesorter plugin - lazy caching

2009-02-04 Thread aquaone
you could have the intiial page give a class to the (or w/ closest/delegation) and bind a click event to that class that would enable tablesorter and remove the class, stephen On Wed, Feb 4, 2009 at 05:28, petrillodavide wrote: > > > Hello everybody, > > I'm developing an application in which