[jQuery] Re: [New plugin] Colorpicker

2008-07-07 Thread Dean Landolt
> The picked is really nice, but I'm unable to use the arrows on firefox > 3 / Linux. > The arrows work for me in FF3. You have to click and drag on them -- they're not spin buttons, though at first glance that is how they look.

[jQuery] Re: submitting a form by pressing enter

2008-06-26 Thread Dean Landolt
It's been my experience that listening for keycodes in js can be a bit hairy. If you have a bunch of inputs, it's probably semantic to wrap them in a form (the div too if you like), then you could take advantage of the on built-in event listener but just prevent the actual form submission: $('#myF

[jQuery] Re: Adding hover to all table rows (tr) but the first one.

2008-06-26 Thread Dean Landolt
> Hi again, > > you replied directly to me with this: > > Awesome! Now 1 more question. >> >> How can I have it not hover the last row too? > > Just to expand a little on sheshnjak's point above, if it does sound like it's a header and footer you're trying to differentiate. If that's the case, may