Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
HTML Pages with CSS and JavaScript
date picker not displayed?
Vishal Hegde
Ranch Hand
Posts: 1087
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Date picker not displayed
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Adding New FTP details</title> </head> <body> <h1>Add New Details</h1> <input id="date" type="text" size="8"> <script type="text/javascript" src="./jquery-1.7.1.min.js"></script> <script type="text/javascript" src="./ui.js"></script> </body> </html>
http://www.lifesbizzare.blogspot.com
|| OCJP:81%
Tim Moores
Bartender
Posts: 7645
178
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Your code doesn't look like what's described at
http://jqueryui.com/demos/datepicker/
Vishal Hegde
Ranch Hand
Posts: 1087
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I forgot to mention the ui.js looks like
$('#date').datepicker({ });
Sorry typo mistake its # not $
http://www.lifesbizzare.blogspot.com
|| OCJP:81%
Tim Moores
Bartender
Posts: 7645
178
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What's that dollar sign doing there in "$date"?
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
pass value from struts2 form to javascript
prototype framework with ajax in struts 2 'jsp
Problem in getting table cell value in HTML using java script
javafx applet problem
Displaying date in text box
More...