Tag: jQuery
Dynamic AJAX WordPress Templates
I wanted a way to manage and serve WordPress templates better, particularly with media queries, so I wrote a JavaScript file to make it happen.
Reorder a select option with jQuery
I had to reorder a select field's options to grab an item based on its value and move it just under the first option, which serves as a label on the form.