All Questions
4 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($){
$(...
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.
...
-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:...
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. ...