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.
February 21st, 2012
How to use WordPress native Thickbox support in front end
3 Comments, Wordpress, by Joakim Ling.July 28th, 2011
Create a custom AJAX action with JSON response to your WordPress plugin
10 Comments, Plugins, by Joakim Ling.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.