.resize() - callback not working
.resize() - callback not working
Can you tell me why
jQuery("#some-ID").resize(alert("resized!"));
is working, but
jQuery("#some-ID").resize(function(){
alert("resized!");
});
isn't?
thanks.
Topic Participants
it-consulting
Kevin Boudloche