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 -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -