Open mikkiek opened 10 years ago
Hello @mikkiek.
Please show me a demo.
Hello, http://www.matroshka.jp/test/ - just click on button "Reproduce Issue" and you'll recive an errror "Uncaught ReferenceError: $ is not defined" I have an erorr in Chrome 100%, in FF randomly.
This feature will be revised using mutation observer.
Hello,
I've a webform, which sends a data using jqeury via POST request. In the response I recive HTML with some javascript code. Among javascript code exists jqeury calls. Custom converter inside of icheck: ... $.ajaxSetup({ converters: { 'text html': function(data) { if (win.icheck.autoAjax && body) { var frame = doc.createElement('iframe'); // create container ... It cause a batch of javascript errors, because inside of iframe none know about jqeury existance.
Thank you.