Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
619 Points
264 Posts
Mar 28, 2012 03:33 PM|LINK
$('#btnId').click(function(){
var tr = $(this).parents('td').parents('tr');
tr.addClass('originalClass');
}
mhbalti
Member
619 Points
264 Posts
Re: Remove the highlight color of the Gridview Row from clientside(jquery)
Mar 28, 2012 03:33 PM|LINK
$('#btnId').click(function(){
var tr = $(this).parents('td').parents('tr');
tr.addClass('originalClass');
}
"A candle loses nothing by lighting another candle."