javascript - Jquery dialog jumps to bottom of the page in Chrome -
as open jquery dialog in standard way, opens scrolls page automatically bottom. have tried find answer no success. in ie works normally.. doing wrong , there workaround?
$("#ok_link").click(function(e) { e.preventdefault(); $('#dialog-confirm').dialog('open'); return false; });
Comments
Post a Comment