Themeforest

Archive for May, 2010

Change Order of Multiple Select Lists Using jQuery

thumb_jquery_code

In my last post I went through the code required to create an add/remove select list using jQuery.

Today’s post is going to expand on the earlier tutorial and add up/down buttons, which will allow you to change the order of the option items in the select list.

The HTML Code

The HTML code for the select lists remains the … more

Create Add & Remove Select Lists Using jQuery

thumb_jquery_code

JQuery makes it very easy to select specific elements and their attributes in your web page HTML.

In the following tutorial I will show you how to use just a few lines of jQuery to create an add/remove select list for your website form.

The Form HTML

So here we have just 2 select lists with sample data – the … more

Simple Tabs with AJAX and jQuery

thumb_jquery_code

One of the great things about jQuery is its complete suite of built in AJAX functions, which allow you to add quick and easy features to your website.

The example below came from a recent project to create an internal web application for a client, which utilised tab navigation, jQuery and AJAX to load data into the page without the … more

How To Add Blog Posts To A WordPress Page

thumb_wp_posts_page

By default pages in WordPress websites will not display blog posts. However, there is a quick an easy way to edit the code of your theme page to handle this.

1. WordPress Theme Page Code

First create a new page for your theme. Then add the following code to the web page in the area where you normally display the … more