This simple code:
$(document).find('.some-class-name').on('resize', function () { alert("HEY"); });
Is not working when I resize the window? I am typing it in browsers console so there should not be any issues with "no elements were found". Does the jqLite support resize event? Thanks in advance.
One of these should work: