I'm very new to JQuery so this will probably sound ridiculous but I have a form that repopulates data via AJAX into a div section. The problem I'm having is that I have a link where I need to access some table row attributes that get rendered to the page during the AJAX refresh but the attributes are all undefined according to my alerts I set up. Does anyone know how I can access that data again in livequery? Below is the code.I'm very new to JQuery so this will probably so