JQuery

How to Correctly include jQuery in your WordPress Plugin

One of the most frustrating items I’ve come across recently is that alot of WordPress plugins include their own version of jQuery or similar JavaScript library. Please Stop!!!! What you may not realize is that WordPress comes bundled with the jQuery library and to boot they provide a simple method to not only include it

Tips & Tricks: How to add a new Table Row using jQuery

In Dynamic websites we often find that we need to modify page content on the fly based on user actions. A common example of this is allowing the user to add additional input boxes for configurations or attachments. I personally like to contain such input as a new row in a table. To accomplish this