JQuery Datepicker to PHP variable without form
问题 I'm having a situation and I've got the feeling it's quite simple to fix, but I can't seem to find the right keywords / way to do it. What I've got A JQuery Datepicker without a form. It's attached to a span, because I want my calendar to be a menu-item on my website. If I hover/click The 'Calendar' menu-item, the Datepicker shows: <ul class="menu vertical"> <li> <span id="datepicker"></span> </li> </ul> What I want / need I would like to pass the date selected with the datepicker to PHP, so