How can I get the value of #_EVENTDATES to use in use in JQuery?
-
I would like to store the value of an event date in a variable to use in a JQuery I am writing tp use on the checkout page. Is there some way to do this either from the #_EVENTDATES placeholder or from the underlying PHP?
If it were in a form field, I could just use something like:
var start = $(‘#start_date’).val();
…but the event date is displayed as text – not as an input field.
Any help pointing me in the right direction would be greatly appreciated!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How can I get the value of #_EVENTDATES to use in use in JQuery?’ is closed to new replies.