[jQuery] Re: combing classes ?

2007-04-11 Thread real
Yes, I'm pretty sure you can. On Apr 11, 2:36 pm, "Frans H." <[EMAIL PROTECTED]> wrote: > Jquery is really amazing! I am so glad I was introduced to it. > > Is there a way to combine features from multiple plugins ? I'd love a > sortable, scrollable table with key navigation :) > > I'd really lo

[jQuery] Re: combing classes ?

2007-04-11 Thread Frans H.
On 11 apr, 20:39, "real" <[EMAIL PROTECTED]> wrote: > Yes, I'm pretty sure you can. > Without combining the code ? Can I somehow chain the classes ?

[jQuery] Re: combing classes ?

2007-04-11 Thread Jörn Zaefferer
Frans H. schrieb: Jquery is really amazing! I am so glad I was introduced to it. Is there a way to combine features from multiple plugins ? I'd love a sortable, scrollable table with key navigation :) Combining plugins can be tricky. So far I haven't seen a good working solution of a clien

[jQuery] Re: combing classes ?

2007-04-11 Thread David
Hi Frans, I regularly use multiple plugins on my tables to allow the user to search and sort the table contents. eg: ... and src="/affiliate/js/jquery/jquery.js"> src="/affiliate/js/jquery/jquery.tablesorter.js"> src="/affiliate/js/jquery/jquery.quicksearch.js"> $(function()