Unaccessible dynamic content
Hi all.
First excuse me for my bad english.
Im new in jquery, but im getting better :) I wrote the script who adds
new <tr> into <table>. First cell in that new table row contain
<select> element with options and changing that options update another
<select> element in the second cell of that <tr> through $.getJSON()
function. When i click the "Add" button a new <tr> appears with new
"selects".
The problem is that these new elements are inactive and when i use
them they dont change the second <select> element. Probably i have to
"refresh" whole DOM of the page to "know" for these new added
elements, but i dont know how to do it.
Ill be very happy if someone can help me.
Thanks in advance.