Re: [jQuery] Plugin Requests

2007-03-22 Thread Robert James
On 3/22/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: Post your plugin requests. Thickbox is great. However, lot's of time you want total control over the styling of the frame window - like the excellent http://prototype-window.xilinus.com/ - which Thickbox doesn't give you. I'd really lik

[jQuery] Playing a beep with jQuery

2007-03-22 Thread Robert James
Anyway to use jQuery to make a tone? I'd even be willing to use it to marshall something from an applet (even signed) if there's a standard way to do this. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery LiveSearch

2007-03-21 Thread Robert James
What's the best way to do a jQuery LiveSearch? My main goal is to have very little latency between typing and request. I think the best way to do this is to trigger on keypress, not interval - but I'm not sure the code. Basically, I think a Live Search should do the following: * Trigger on key

[jQuery] Trapping the onclose event

2007-01-15 Thread Robert James
I have some code which responds to the onclose event. The problem is that it is being triggered by the Back button as well. Can you think of anyway to run JS onclose but not on the Back button? (I might be able to do this with frames, but do not want to resort to them...) __

Re: [jQuery] jQuery 1.0.4 Released

2006-12-12 Thread Robert James
I'm new to JQuery, but so far, it's out of this world! ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] this verus (this)

2006-12-12 Thread Robert James
I see. Thanks for the clarification. As a newcomer, I will say that this should be shown in the docs/examples. I had to undergo a lot of trial, error, and head scratching before I figured this out. (I don't think any of the docs for $().each() show this). BTW, what things do you need the DOM ,

[jQuery] Using JQuery to manipulate href (URL params)

2006-12-12 Thread Robert James
I'd like to use JQuery to hook up a check box to flip a URL param in a bunch of hrefs. The href would either be 'http://myapp/do/this?id=3&sendAlert=1' or http://myapp/do/this?id=3&sendAlert=0' Something like: $('#sendAlert').change(function() { sendAlert = (this.checked ? '1' : '0') ; $

Re: [jQuery] AJAX .Load stripping out a

2006-09-01 Thread Robert James Kaes
On Thu, 31 Aug 2006, Hartman, Matthew wrote: > So any how, I must assume it's what you said with innerHTML not playing > well with