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

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Passing Variables from AngelScript to C++ -