Issue with removing alert box in $().ready

Issue with removing alert box in $().ready

i have a jsp page using the following call

$('plugin_search').ready(function() {
    resizeIframe('plugin_search');
    alert("this was called");
     });

to call the function resize iFrame and this works perfectly fine with the alert in it. The moment i remove the alert it stops working. Can some one help me figure out how to do this ....
thanks