Re: [jQuery] jQuery 1.1 by the end of Nov

2006-11-14 Thread ke han
plugin. I need methods to serialize field values on an individual basis or a group which is not encapsulated in a form or for a subset of fields in a form. The Form plugin only exposes serialization on an entire form basis. thanks, ke han Also, stuff like .height() and .width() could

Re: [jQuery] Non-destructive jQuery

2006-10-27 Thread ke han
someone can point me to explaining this or can someone recap the issues? thanks, ke han On Oct 26, 2006, at 10:46 PM, Jörn Zaefferer wrote: Hi folks, I'd really like to see John's modifications to pushStack included in the jQuery core. Details here: http://www.nabble.com/Non- Destructive

Re: [jQuery] jQuery API discussion

2006-10-16 Thread ke han
or even plan to use the entire API). thanks for a very interesting product. ke han #1 will only be solved through a change in the name of the methods (for example, from .load() to .onload() or .event.load()). #2 can only be solved by breaking up the bulk of functions into multiple plugins

[jQuery] custom events

2006-10-16 Thread ke han
approach with a custom javascript class as a hidden helper object. For a jQuery approach, TabManager is a referencable DOM object instead of a named javascript variable. Any ideas? thanks, ke han ___ jQuery mailing list discuss@jquery.com http

Re: [jQuery] jQuery API discussion

2006-10-16 Thread ke han
behavior to be polymorphic could do the trick for most cases. ke han On Oct 17, 2006, at 12:05 AM, Sam Collett wrote: On 16/10/06, Brian Miller [EMAIL PROTECTED] wrote: I think that there's a simpler answer to this. If we're going to overhaul the API that much, we need to do three things. 1