Hi,
I m Using a calendar.js file to implement calendar in my App. Actually this calendar .js has a line which accepts the classname and Div id name of my app.
In my App i m having these lines
<input type="text" class="calendarSelectDate" />
<div id="calendarDiv"></div>
When i click this textbox it will generate the calendar inthe DIv tag..
..But if i created a input tag and Div tag of my own using JQuery
$(" 1").appendTo("#hold1"); $("").appendTo("#hold1"); and use the same Class, The calendar is not generated....Suggest ME