> What is the jQuery interface going to look like?

It will simply expose methods like
 .autosort()
 .autofilter()
 .autopage()
 .tablesort()
 .tablefilter()
 .tablepage()

that hook into the jQuery syntax, either on document.ready or triggered
manually. Ideally, I think the unobtrusive classname-driven functionality
should be preferred, but the above style will be there in case more complex
things need to be done.

Are there any other hooks specifically into jquery that you think would be
beneficial?

Matt



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to