I have jquery code that is inside a $(document).ready() call inside an HTML page that loads inside an iframe, and it works correctly until another function is called from the same page that removes a table entry. Then the table reloads still inside the same page but now the click handler to select the table row and highlight it wont work.I have jquery code that is inside a $(document)