Tagged Questions
2
votes
1answer
50 views
Save list from a custom meta box?
I have a simple list (ul>li) which is manipulated with jQuery UI in a custom meta box.
How would I go about saving the contents of the list during post save?
I already have the save function ...
0
votes
2answers
412 views
Good solution for adding jQuery tabs anywhere within WordPress?
Is there any solution for using jQuery tabs within the native WordPress scripts? If you know of a way to get any method of jQuery tabs working on the frontend and the backend please share your ...
2
votes
1answer
1k views
Timepicker-addon doesn't show - Datepicker works fine?
UPDATE
It seems that it might be a problem with the,
$("#opening_time").datetimepicker();
$("#opening_time_end").timepicker();
$("#closing_time_end").timepicker();
If there is a ...