I am binding elements inside document.ready():
$('#bla').bind("click",function(){.....});

At some point html is added dynamically:
anyElement.html=" "

would then a callback added to the dom representation of the dynamically
added snippet also or would i need again to call $('#bla').bind(...)?

thanks.


-----
manuel aldana
aldana((at))gmx.de
software-engineering blog: http://www.aldana-online.de
-- 
View this message in context: 
http://www.nabble.com/neccessity-of-binding-update-after-adding-html-dynamically-tp21627822s27240p21627822.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to