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
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://
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
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
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
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
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
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
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,
9 matches
Mail list logo