Re: [jQuery] Re: Attaching an event to a non-existing element?

2009-12-24 Thread Octavian Râsnita
From: "Sime Vidas" Second, I haven't heard the term "combo box" in relation to HTML you mean a SELECT element, right? Yes. To answer your question, I don't see why you couldn't attach the event handler after the AJAX response 1. You get the AJAX response 2. You create the combo box

Re: [jQuery] Re: Attaching an event to a non-existing element?

2009-12-24 Thread Octavian Râşniţă
From: "MorningZ" .live() to the rescue http://docs.jquery.com/Events/live#typefn Thank you, but here is what I read about it: Possible event values: click, dblclick, mousedown, mouseup, mousemove, mouseover, mouseout, keydown, keypress, keyup Currently not supported: blur, focus, mouseente