Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-29-2012, 03:47 PM   PM User | #1
mrbean
New Coder

 
Join Date: Aug 2012
Posts: 37
Thanks: 5
Thanked 0 Times in 0 Posts
mrbean is an unknown quantity at this point
Help! Jquery UI datepicker doesn't work!?

Here's the code:
http://jsfiddle.net/d2gWK/
mrbean is offline   Reply With Quote
Old 12-29-2012, 04:10 PM   PM User | #2
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,307
Thanks: 12
Thanked 204 Times in 204 Posts
DanInMa is on a distinguished road
you should try describing your problem, and indicating what field is having an issue.
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote
Old 12-29-2012, 04:12 PM   PM User | #3
mrbean
New Coder

 
Join Date: Aug 2012
Posts: 37
Thanks: 5
Thanked 0 Times in 0 Posts
mrbean is an unknown quantity at this point
Sorry, datepicker of jqueryUI doesn't work.

Scroll down to: "Datum oudste factuur:"
And try to pick a date
mrbean is offline   Reply With Quote
Old 12-29-2012, 04:30 PM   PM User | #4
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,437
Thanks: 52
Thanked 454 Times in 452 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
your html is a mess. IDs are supposed to be unique, but you have given the same one to every input box you have

the datepicker works with IDs, so if you use this:
Code:
$("#input-two").datepicker({
it will work, but on the first field that has that ID (Bedrijfsnaam

give your inputs unique IDs and if you want to style them all the same, that is what class is for so they can all have the same class name. Then the datepicker will work by supplying it the id of the element you want it to work on
xelawho is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:22 PM.


Advertisement
Log in to turn off these ads.