Hi there,

 

I am adding input elements using jQuery and these input elements shall react
on globally registered event handlers ( $(".myelement").click() ). But when
inserting them via jQuery, they do not react on these rules, so I think I
have to somehow re-register the events after adding them dynamically. But
how do I do this? When I simply execute the bindings after inserting the
elements, the events get registered multiple times. Is there a simple
re-register command or something?

 

Thanks in advance

 

Arne

 

 

Reply via email to