Hi,
I'm using JQuery in my application of Form Buildr I have used the Clean calendar.js file and it works fine. Like when i click on a textbox of class CalendarSelectDate it will popup a calendar and i can choose the date value and the selected value will appear on the Textbox..
I am trying to get the changed value of the Textbox.. I do not know what event it is ..And how to get that selected date..
Please suggest me...
My code is
<input type="text" value="" style="width: 200px;"
class="calendarSelectDate" id="5" name="data[Result][Untitled Date 1]"/>
<div id="calendarDiv"> //this is where my calendar pops up.
and using the plugin http://marcgrabanski.com/pages/code/clean-calendar