as for the textchildren plugin, i'm currently using it here:
https://secure.thermosoft.com/radiant-floor-heating-products/shop/thermotile-240v/
i have a single function that does live calculation of all the columns
as you change quantities of items. it works by using .text() of the
needed cells. our marketing department, however, insisted on having
the regular prices appear alongside the sale prices, so i had to wrap
the original prices in a <span> tags and ignore them, making .text()
on the TDs unusable. the only alternative was to wrap everything
inside the needed cells with extra <span>s but i was definitely
against unnecessarily overloading the markup this way.

$0.02

On Dec 30, 4:39 pm, Leeoniya <leeon...@gmail.com> wrote:
> one more i just remembered: md5/sha hashing as util functions : ).
> heh.
>
> On Dec 30, 4:16 pm, "John Resig" <jere...@gmail.com> wrote:
>
> > I'll just start by saying that none of this would be in 1.3 - we're
> > already in feature freeze so any of these would have to wait for a
> > later release.
>
> > > - better handling of text nodes (http://plugins.learningjquery.com/
> > > textchildren/)
>
> > Possibly. I'd be curious to see what people would use it for, first.
>
> > > - right click event (i know this is 2-5 lines of filtering code, would
> > > be nice to have in the core)
>
> > This seems painless, especially with the new special event API.
>
> > > - wheel events (http://blog.threedubmedia.com/2008/08/
> > > eventspecialwheel.html)
>
> > Possibly. If there was a version of this code that didn't use
> > $.browser we'd be more likely to consider it.
>
> > > - css class animations (http://plugins.jquery.com/project/classAnim)
>
> > This is in jQuery UI.
>
> > > - advanced key events (http://plugins.jquery.com/project/hotkeys)
>
> > While I do agree that this is some useful code that's a considerable
> > amount of code. There's gotta be a simpler key handling piece of code.
>
> > > - drag/drop events (maybe in UI atm?)
>
> > Probably best left to UI right now.
>
> > > - color animation/fading
>
> > I still think this is best left as a plugin. +1KB for something that
> > is rarely used.
>
> > > - native JSON parsing/stringification (http://json.org/json2.js)
> > > (maybe the mozilla gods will land native support for this in 3.1)
>
> > We do JSON parsing (well, just eval it). I've been considering
> > serialization but much of the code that I've seen for it is very
> > clunky.
>
> > > also, will 1.3 utilize native getElementsByClassName (when available)?
>
> > Yep!
>
> > --John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to