Is there any way to determine the content of div tab is change using jQuery in a jsp.
$.post("/core-web/ccepar/dele",jQuery.param({currentPageNumber: tempcurrentPage,chapterTitle:postmytesId}) ,function(data)
{
$("#center_in").html(data);
}
The center_in is div id where i am putting data it is main jsp page.
Is there is any way to compare the element of (data). I mean there is any syntax where i can compare each element of data in my main content jsp.