Hi,
I insert text in textfield after update bootstrap.widgets.TbGridView ok i see contains table but i try write script jquery when table whole i see count row. How get contains table in jquery?My code is a mistake:
$('tr').each(function() {
$(this).find('td').each(function() {
if ($(this).text().trim() == "pusto") {
alert('klik');
}
});
This code only run before page show. Maybe using ajax?how to make?
Jarek