Browse: Home » Archives for jQuery
Posts Tagged ‘jQuery’
These are all the posts tagged ‘jQuery’. If you are looking for something specific but still can't find it, try the search from in the upper right corner.
Posted by Glitch on May 22nd, 2010
I am designing a new theme for WordPress and within this theme I wanted to use the accordion effect that comes with the jQuery library. By default WordPress comes packaged with a jQuery function but because the jQuery libraries are updated constantly I decided to call my own jQuery libraries from a CDN. CDN stands for content delivery network, large enterprises have their own CDN’s where they host copies of popular script. In the following example I’m using the CDN of Google. What I’m going to do is make a function for functions.php that unloads the default libraries, registers the new and updated ones and makes them available for use.
Read how to use updated jQuery libraries for the accordion effect ...
Posted by Glitch on January 16th, 2010
A couple of days ago I wrote a simple tutorial on how you can separate trackbacks from comments. This tutorial didnt do much with the presentation as it only displayed the trackbacks below the comments. In this article I’ll describe an easy way to create different tabs for comments and trackbacks. You see this tabbed layout being used in a lot of WordPress themes lately as it is a clean way of presenting comments and trackbacks separately.
Continue reading on how to create tabs ...