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.
alert( "Test1" );
$( ".divSlider #MainContentPlaceHolder_1" ).show();
alert( "Test2" );