Debug Jquery

Debug Jquery

Hi

I am new to JQuery and I have problem debugging it.

I am trying to use alerts .In this case why bought alerts are fired and then the show function

Thanks


Any suggestions about debugging jquery will be greatly appreciated.

  1. alert( "Test1" );

    $( ".divSlider #MainContentPlaceHolder_1" ).show();

    alert( "Test2" );