This code below closes a dialog, loads the EnterBarn page (showing the new record) and
does an effect highlight of that first row.
Well, this works with 1.4.2 but not with 1.9.1.
Can someone please suggest how to resolve this?
TIA
Robert
success: function(response) { $('#dialog-form').dialog('close');
$('#grid').load('/EnterBarn/ #grid', function(){
$('tbody > tr:first') .effect("highlight", {}, 2000); });