jquery code:
$('#loading').slideDown('slow'); alert("go");
In my case, alert() function didn't call, which means that the codes after slideDown() don't execute. any ideas?
Is the jQuery lib loaded properly?