[jQuery] Re: keyup() fires multiple times?

2010-03-01 Thread Keith Hughitt
s for key-holds to behave like key-holds so no problem exists. Any suggestions for normalizing behavior across platforms? Keith On Jan 5, 3:38 pm, Keith Hughitt wrote: > Hi all, > > I'm creating a method for the first time which causes some action to > happen while a key is

[jQuery] keyup() fires multiple times?

2010-01-05 Thread Keith Hughitt
Hi all, I'm creating a method for the first time which causes some action to happen while a key is pressed. I've noticed, however, that the 'keyup' event which I would normally use to determine when the key is released is fired continually, even when the key is still being pressed. e.g. http://

[jQuery] Temporarily disabling events?

2008-08-27 Thread Keith Hughitt
Hi all, I was wondering if anyone had any suggestions as to a method to temporarily disable/prevent certain events from firing once one event is fired? E.g. when pressing one button, I want to disable all other button presses until an animation has finished. One idea is to temporarily add some c

[jQuery] Passing around sibling nodes in jQuery?

2008-08-21 Thread Keith Hughitt
Hi all, I was wondering if anyone knows how I might be able to pass around two sibling nodes constructed on the fly? I'm building a definition list, and have a function which creates two adjacent domnodes, something like: var term = $('term'); var defn = $('defn'); I was hoping to return them t

[jQuery] Re: Selecting unusual CSS identifiers

2008-08-20 Thread Keith Hughitt
ch then escapes the next character for jQuery. > > $('.first\\:\\:second') > > The rules for jQuery may be slightly different than CSS, but the double > backslash should do the trick. > > -Mike > > > From: Keith Hughitt > > > Does anyone know if it po

[jQuery] Re: how to add a delay to tooltip removal

2008-08-20 Thread Keith Hughitt
Hey Jörn, Any chance you might also be able to allow having events displayed on after an element is clicked? This would also help get around the problem of including URL's inside tooltips. Thanks, Keith On Jul 15, 2:09 pm, Matt <[EMAIL PROTECTED]> wrote: > Thanks Jorn, since I have to have that

[jQuery] Selecting unusual CSS identifiers

2008-08-19 Thread Keith Hughitt
Hey all, Does anyone know if it possible to select elements with id's or classname's that include colons or other similar characters? So far I haven't found any evidence that "::" is not valid as part of a CSS identifier, but have been unable to select elements with a class "first::second." Any

[jQuery] Re: Feedback for new plugin idea: ui.querybuilder

2008-07-21 Thread Keith Hughitt
TECTED]> wrote: > I like the idea for this plugin, but fear it might be hard to use once done. > > Searches can be about anything. > How does the UI know what graphics to display for a criterion? > > How do you plan to communicate a search-query to the server? > And what kind

[jQuery] Feedback for new plugin idea: ui.querybuilder

2008-07-18 Thread Keith Hughitt
Hi all, I've started designing a jQuery UI plugin for building complex search queries in a visual fashion, and wanted to see what people though, or if people had any suggestions. Once the plugin is finished, anyone is welcome to use it of course. I also posted this message in the jQuery UI group,