Beginner’s Guide to Writing a jQuery Plugin
Lots of tutorials coming up in the next few days – seeing as you guys are actually enjoying them! This is a really simple tutorial on how to write a jQuery plugin. It’s also a usable “Default Text”...
View ArticleHow to Convert PHP Multidimensional Array to Javascript Object (using jQuery)
I was working on a project today, and I needed to convert a PHP based multidimensional array into a Javascript array, so that I could use it for a dynamic select dropdown (depending on the top level...
View ArticleHow to Create a Textarea Character Counter / Limiter Using jQuery
Need to limit the number of characters that are allowed to be entered into a textarea? I’ve crafted a little snippet that you can drop into your projects to achieve just that! It also provides a...
View ArticleAJAX Form Tutorial
This tutorial will show you how to create an AJAX form with PHP and jQuery. The AJAX form doesn’t look any different to an ordinary HTML form, with the exception of making sure that when we submit the...
View Article