[jQuery] Re: Detecting pressed keys (not keypress, but if it's already pressed)

2008-06-30 Thread Charles Sexton
Anyone? On May 28, 12:11 pm, Charles Sexton [EMAIL PROTECTED] wrote: Hi guys and girls, I don't know if this is possible, but I'm aiming to detect whether or not a key is pressed, as in the key is already pressed when the page loads. My application changes the page when Ctrl+arrow

[jQuery] Detecting pressed keys (not keypress, but if it's already pressed)

2008-05-28 Thread Charles Sexton
Hi guys and girls, I don't know if this is possible, but I'm aiming to detect whether or not a key is pressed, as in the key is already pressed when the page loads. My application changes the page when Ctrl+arrow is pressed, but without being able to detect whether Ctrl is still pressed when

[jQuery] Help understanding bind and adding to the DOM.

2007-11-02 Thread Charles Sexton
Hello everyone, From this thread: http://groups.google.com/group/jquery-dev/browse_thread/thread/22c0b936d2060dc4/ I now know what I need to accomplish, however I do not understand how it works. Would someone be able to explain simply how to add data to the DOM? I had a quick look at Live Query

[jQuery] Re: Hovering over jQuery retrieved HTML

2007-10-29 Thread Charles Sexton
Am I asking this question in the wrong place? Where would I go to get responses?

[jQuery] Re: Hovering over jQuery retrieved HTML

2007-10-26 Thread Charles Sexton
to run the code that applies the .hover() function to the li items after you pull them in via each ajax request. On Oct 24, 5:26 am, Charles Sexton [EMAIL PROTECTED] wrote: Hello! I'm using jQuery to build a form dynamically. Here's how it works: You are presented with an input box

[jQuery] Hovering over jQuery retrieved HTML

2007-10-24 Thread Charles Sexton
Hello! I'm using jQuery to build a form dynamically. Here's how it works: You are presented with an input box. When you focus on the box a dropdown list appears that you can click on in order to insert the chosen option into the input box, or you can use the keyboard arrow buttons to select