Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am first time using jquery.
I am trying to have a date insertion in a text box in webpage.
I am using VS2012 for web with VB
I have downloaded a plugin "jQuery UI Datepicker" from jquery site.

But I don't have idea how to use it. :-)

Help will be very appreciated..
Thanks!
Posted

1 solution

Please check following links.

All Code and Demos available on web.

JQuery UI

Datepicker

JQuery
 
Share this answer
 
Comments
atul sharma 5126 6-Sep-14 6:59am    
Thanks
MuhammadUSman1 6-Sep-14 7:00am    
You Welcome
atul sharma 5126 6-Sep-14 14:30pm    
dear I am able to run the plugin with internet like in demo but using local file the message of $ is undefined pops up. I have even tried the same files as used online but not helped.

Please suggest..

the code:
in header:
<link rel="stylesheet" href="~/Scripts/jquery-ui-1.11.1.custom/jquery-ui.css"/>
<script src="~/Scripts/jquery-ui-1.11.1.custom/jquery-1.10.2.js"></script>
<script src="~/Scripts/jquery-ui-1.11.1.custom/jquery-ui.js"></script>

<script>
$(function () {
$("#TextBox1").datepicker();
});
</script>
atul sharma 5126 6-Sep-14 14:57pm    
done..
the resolveurl command

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900