[jQuery] JQuery Calendar

[jQuery] JQuery Calendar


Hi,
I m new to JQuery..In my app ,i am creating the inputtags based
onthe type selected using JQuery..
These things i have done..Now with the input tags created ,If i click
on them i want a calendar poopup which allow me to select a date and
the value will appears in the input box..For this i m using the
cleancalendar.js file..In my app i have created the tag with the class
name also(which is same as the classname in my calendar.js file)..But
this doesn't works for me???
$("<input id=inputdate"+dateinc+" type= 'text'
class='calendarSelectDate'></input>").appendTo("#hold1");
$("<div id='calendarDiv'></div>").appendTo("#hold1");
Please suggest me anyone..v