laetitiat
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Datepicker json error after choosing
Started by: laetitiat in: Toolset Professional Support |
2 | 6 | 4 years, 2 months ago | ||
Get datepicker value onClose
Started by: laetitiat
in: Toolset Professional Support
Problem: I would like to access the selected date value in a datepicker field using the onClose event. Solution: You can access the selected day, month, and year in the second parameter of the callback function. Here's an example: jQuery(document).ready(function(){ jQuery('input[name="wpcf-start-date[display-only]"]').datepicker("option", "onClose", function(dateText,inst){ console.log(inst.selectedDay + ' ' + inst.selectedMonth + ' ' + inst.selectedYear); }); }); Keep in mind that in JavaScript month is a zero-based index, so August will be 7. Relevant Documentation: |
2 | 2 | 6 years, 2 months ago | ||
wpv-map-render doesn't render properly with do_shortcode
Started by: laetitiat in: Toolset Professional Support |
2 | 9 | 6 years, 5 months ago | ||
Load cred form with akax on frontend
Started by: laetitiat in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago |