Skip to main content

All Questions

Tagged with
3 votes
1 answer
255 views

unlike jquery 1 and 2, jquery 3 ajax handler is executing newly added html+js only after completing handler code

I've made a jsbin to show the problem: http://jsbin.com/dexeqiz/edit?html,js,output having this html: <div id='log'></div> <div id='scripts'></div> and js: $.get('...', ...
Omu's user avatar
  • 70.8k
0 votes
0 answers
131 views

jQuery 3.0 deferred don't execute then callback when called resolve

I'm trying to make my library work in jQuery 3.0 and it don't work because of breaking changes in Deferred objects, I have code like this: function ready(defer) { return function(fun) { ...
jcubic's user avatar
  • 65.3k