How to fix Jquery modal popup in Safari Browser?
I getting problem in PopUp position in safari. I used "jquery.jmodal.js" for Confirmation box in my web application It work good in all browsers except safari browser.开发者_Go百科
check image what I exactly getting issue..
I took a look at jmodal's code. In my opinion, it is a very poorly-done plugin. It also hasn't been updated in a couple years.
I'd highly recommend switching to jQuery UI's dialog widget.
精彩评论