I'm using jquery $.ajax to load my table row data like
<table id='row-data'>
<tr><td>1001</td></tr>
<tr><td>1322</td></tr>
<tr><td>1551</td></tr>
<tr><td>2341</td></tr>
</table>
in above code i load all with $.ajax but after load data when i fire any event on then it's not working so how to possible to access these row Please provide me solution for this problem