internet explorer 8 - bootstrap modal dialog backdrop in IE8 -
//ingnore html element $("#mydialog").modal({ show: true,backdrop: "static", keyboard: false });
the top code. can show modal dialog in ie8, shadow mask lost,it means can click link on page when dialog open. ie9+, firefox, chrome can work well.
how can solve problem in ie8, thanks!
Comments
Post a Comment