I have a new row appended to a table by AJAX in a function. I would like to search for a hidden field's value appended by the AJAX call. The function will append a new row every time the ajax call is successful.Every time before it appends, I would like to check the table if the hidden value exists. Please help? I have a new row appended to a table by AJAX in