views:

60

answers:

0

Hi,

I need help in attaching a date picker in my existing HTML markup. The booking form was provided by my Affiliate, Now I need their forms to be customize a little bit. I need to change their the current date picker with the JQuery datepicker, I hate their date picker because it calls another window and It's kinda ugly.

(Sorry I can't paste the whole code here, so i just linked it)

Here's the actual snippet from my affiliate site.

pastebin.com/m7350e8af

And here's what I've tweaked (some tabs are still buggy and i have to fix it)

pastebin.com/m10303667

Is there anyway that I could replace the old date picker with the JQuery date picker without changing the structure of the HTML? Because I think the form names response to my affiliate's server, Now If I will add or remove form elements the form will not work properly (It's just how I understand). Because my main problem is updating the pulldown menu (date picker pulldown menu style) after a date had been chosen from a date picker.

If you have different approach of attaching the JQuery Date picker I will also be open to that as long as the form will work properly.

Thanks!