When you are coding in the WordPress admin area, there may be times when you want to code some functionality which requires Javascript.
WordPress comes with an inbuilt Javascript library called jQuery. This is a Javascript framework which makes it very easy to do almost anything with your Javascript.
When working in the admin area jQuery is already included on all the pages and can be used in your own Javascript files.
Comments