gluparia
Results
1
issues of
gluparia
I have the following code: dynamic content $(window).resize(function(e) { console.log(e); } $("#test").resize(function() { console.log("resize element"); }); The window resize callback is executed even though the window dimensions did not change....