karnbrockgmbh / yii2-modal-ajax

MIT License
13 stars 8 forks source link

modal forms was broken with new versions of jquery #6

Open anonyzm opened 7 years ago

anonyzm commented 7 years ago

This one returned nothing: jQuery(html).filter('form'); Changed it to this one, works fine now: jQuery(html).find('form');