saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

fix jquery load issue due to deprecated #81

Closed lettucebo closed 5 years ago

lettucebo commented 6 years ago

according to this: http://api.jquery.com/load/ the load function has deprecated due to: Prior to jQuery 3.0, the event handling suite also had a method named .load()

so I check the version and use different function by different version jquery