var showDiv= $('#myDiv').html(message);
setTimeout(showDiv,5000);

get error: missing ] after element list

I googled this error, it seems the problem is the jQuery code..
although not sure..

would appreciate some suggestions...

thank you..

Reply via email to