Tagged Questions
4
votes
3answers
272 views
Handling jQuery Component Collision
In plugin development, what is the best practice to prevent jQuery component collision on the front end?
For instance, let's say I include the jQuery Apprise dialog in a plugin that loads this on the ...
1
vote
2answers
151 views
Retrieve post info within AJAX helper function
I have a button within a post which a user can click. Once clicked, an AJAX call is made.
My question is, within my PHP AJAX helper function (located in my theme's function.php) how can I retrieve, ...
8
votes
2answers
6k views
How to save the state of a drag and drop jQuery UI Sortables front end layout editor?
I am building a front end post layout editor using jQuery UI Sortable.
The posts are laid out in 300px by 250px boxes over a background image. The posts are created and edited using the WordPress ...