laetitiat
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Datepicker json error after choosing
Iniciado por: laetitiat en: Toolset Professional Support |
2 | 6 | hace 4 años, 2 meses | ||
View showing twice after the update
Iniciado por: laetitiat en: Chat Support |
1 | 2 |
hace 4 años, 3 meses
|
||
Getting error aucune archive de mise à jour disponible while updating
Iniciado por: laetitiat en: Chat Support |
1 | 2 |
hace 4 años, 3 meses
|
||
Get datepicker value onClose
Iniciado por: laetitiat
en: 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 | hace 6 años, 3 meses | ||
wpv-map-render doesn't render properly with do_shortcode
Iniciado por: laetitiat en: Toolset Professional Support |
2 | 9 | hace 6 años, 6 meses | ||
Load cred form with akax on frontend
Iniciado por: laetitiat en: Toolset Professional Support |
2 | 2 | hace 6 años, 9 meses |