Archives For jQuery

Load content using AJAX

December 13, 2010 — 2 Comments

Use the jQuery AJAX objects to call another page after a user action

One of the best elements of having a JavaScript framework such as jQuery available is the browser abstraction. No longer do web designers and developers have to worry about targeting specific browsers, and instead we can focus on enhancing the user experience. It’s generally a good idea to take a progressive enhancement approach despite the wide browser support offered by the framework, however, and this article does exactly that.
Continue Reading…

Using  jQuery Collapse-O-Matic plugin to create an awesome collapse effect

jQuery plugin for WordPress

jQuery is teh sessay

Have you ever run across a site that has a very cool looking collapsable menu and thought to yourself, “that’s pretty pimp, I wish I had that feature on my WordPress site?” Well, even if you haven’t you can now enjoy the same functionality on your site with ease. Below is an example I have created for you to try out, it is just for a demonstration. Say you wanted to list SEO services on a single page, and had niche’ services but didn’t want them all listed on a long page. You could use the example below instead.

Continue Reading…

jQuery: Infinite carousel

November 16, 2010 — 2 Comments

jQuery is BOSS

Automatic, infinite carousel with only five lines of code

1. Create an unordered list, each with an image inside

2. Animate the overall position of the list

3. Place the first list item after the last item to make and endless loop.

Continue Reading…