Ultimate Web Tips

your Wordpress, jQuery, PHP, MySQL, Linux and CSS guide to a successful website
Read more:
Posts Tagged ‘wp_enqueue_script’

Thickbox is as jQuery plugin that WordPress use as it’s main popup window or modal view. It’s already built-in in WordPress so why not use that in front end. No need to download or import any extra files.

When creating plugins nowadays it’s very common that you want to use AJAX functions to get a better user experience. WordPress has built-in support in admin that can be used on your plugins. However sometimes you need very specific requests to get the result you need. This tutorial will show you the key methods you need to apply to create your own custom AJAX hook.