Scroll to last row having class in jQuery Dialog on open
问题 Populating a jQuery UI Dialog with a longish table, I would like to have it scroll to the last row in the table having a specific class. I found two other posts almost identical to this here, and here, but I can't get it to work. I've mocked it up at jsFiddle in the hope that someone might help me see the error in my thinking on it. Here is the basic code jQuery(document).ready(function() { var content = jQuery('#amtz_div').html(); var title = 'Amortization Schedule'; var open = function() {