CodeIgniter: AJAX Pagination, part 2
It seems that I forgot to include an example of how to use the MY_Pagination class in my previous post regarding AJAX Pagination on CodeIgniter using jQuery, so here it is.
CodeIgniter: AJAX Pagination
I extended CodeIgniter’s Pagination Class to add a function that creates ajaxified pagination links that, unlike its create_links() function, whose links load the entire page, loads a specific target element instead.
Using jQuery on a generic registration form
I’ve been playing with jQuery for quite some time now and I have to say that it’s very handy. It made my scripts relatively shorter and it also has a lot of useful functions. I recently wrote a basic script for a generic registration form which consists of the following fields: Username – required; must [...]
