Re: [jQuery] oninput bug workaround

2006-10-13 Thread Duncan Anker
On 10/10/2006, at 12:13 AM, Sam Collett wrote: oninput doesn't seem to be documented by Mozilla. The only thing I can find is to do with XUL. As it isn't documented for the HTML DOM, there is a chance it may be dropped in the future. http://developer.mozilla.org/en/docs/Special:Search?

Re: [jQuery] oninput bug workaround

2006-10-09 Thread Duncan Anker
On 09/10/2006, at 5:03 PM, John Resig wrote: I can safely say that I've never heard of the 'input' event. Nor has Quicksmode: http://www.quirksmode.org/js/events_compinfo.html Perhaps you meant something else? (onkeypress? onchange?) --John On 10/9/06, Duncan Anker [EMAIL PROTECTED] wrote

[jQuery] oninput bug workaround

2006-10-08 Thread Duncan Anker
one in jQuery. Thoughts? Regards, Duncan -- Duncan Anker Server 101, Web Hosting E-Commerce http://www.server101.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Safari doesn't like show()

2006-08-18 Thread Duncan Anker
Hi list, After converting a drop-down menu script to jquery, our designer pointed out that the menu was no longer working under Safari. I have tracked this down to the use of show() which, while it works perfectly under Firefox and Opera, does not seem to do anything under Safari. It does