< Browse > Home / Archive by category 'Javascript'

| Mobile | RSS

emailtoid.net/i/df884d6e/

Usage of Calendar using JQUERY and populateing age automatically in text box

Please go to this link (http://www.java2s.com/Code/JavaScript/GUI-Components/jquerycalendar.htm) ) and download first jquery-calendar.zip. Extract the zip file and copy the files jquery.js, jquery-alendar.css, jquery-calendar.js into the directory where the webpage is kept in which u want to add the functionality of calendar.Now
1) Add these files to your webpage
<script type=”text/javascript” src=”jquery.js”></script>
<script type=”text/javascript” src=”jquery-calendar.js”></script>
<link rel=”stylesheet” href=”jquery-calendar.css” />
2)Now copy the [...]

[ More ] October 7th, 2009 | No Comments | Posted in Javascript |