Skip to main content

All Questions

0 votes
0 answers
50 views

Duplicate Datepickers Issue with Custom jQuery UI Datepicker

I'm working on a WordPress website, and I have a specific page with a custom element implemented in PHP. I'm using jQuery UI's datepicker for this input field. Here's my code: (function($){ $(...
liz14's user avatar
  • 198
1 vote
1 answer
690 views

How to retrieve WPML current language code to use the correct date format in jQuery Datepicker?

I have this hotel wordpress site using WPML to handle the internationalization. The model I use is each language has its language folder: mysite.com/en/, mysite.com/de/, etc All is working properly. ...
Greg's user avatar
  • 354
-1 votes
1 answer
1k views

disable saturday using jquery-ui-datepicker with contact form 7

Hello i'm trying to disable all saturdays from my calendar the calendar is contact form 7 and its using jquery-ui-datepicker this is my short code : [date* your-date date-479 id:datepiicker min:...
Maryam's user avatar
  • 146
0 votes
1 answer
163 views

jQuery datepicker not working in jQuery Dialog box

jQuery datepicker works fine on a static page, but I can't get it to work on a jQuery Dialog page. This is a wordpress site. I know everything necessary is included because it works on a static page. ...
user2649544's user avatar