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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -