Saved Bookmarks
| 1. |
Write The Code For Setting Datetimepicker On Textbox Click? |
|
Answer» If below is our TEXTBOX <input type="text" id="abc" name=%26quot%3Bacc%26quot%3B value="SELECT Date" /> then Jquery code will be $("#abc").DATEPICKER(); If below is our textbox <input type="text" id="abc" name=%26quot%3Bacc%26quot%3B value="Select Date" /> then Jquery code will be $("#abc").datepicker(); |
|