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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -