Archive | jQuery RSS feed for this category

Easy AJAX Post with jQuery and CodeIgniter

30 July 2009

9 Comments

I’ve seen quite a few people come into the CodeIgniter forums asking how to use jQuery’s built in AJAX functionality to post to a CodeIgniter function. In this tutorial I will walk you through creating the form, writing the jQuery, posting to the function, and working with handling the result. It’s actually really easy. In this [...]

Continue reading...

Creating A Simple Tooltip Using jQuery and CSS

27 July 2009

4 Comments

Over time, I’ve noticed a lot of scripts and plugins that are available to simply add tooltips to items on a page. Adding a plugin for something that simply is overkill. Adding a plugin for tooltips  typically requires that you include an additional script and an additional stylesheet (depending on which one you use). In [...]

Continue reading...