-1

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?

Samblg
  • 977
  • 2
  • 12
  • 15

1 Answers1

0

Is the jQuery lib loaded properly?

Hampus
  • 91
  • 3