104
rated 0 times
[
111]
[
7]
/ answers: 1 / hits: 19287
/ 15 Years ago, fri, april 3, 2009, 12:00:00
I am trying out jqueryUI, but firebug catches the following error on this script:
$(function(){$(#date).datepicker()});
The firebug error reads:
$(#date).datepicker is not a function
On my html, the date id looks like this:
<input type=text name=date id=date >
NB: I have used the correct JqueryUI css/js scripts on the section
Nothing is executing...
More From » jquery