Main Menu

Categories

Subscribe

JQuery Show / Hide Elements

December 29th, 2009

Tiny method using the Live event in JQuery that shows and hides paragraphs with a single click.

Demo

No Comments

JQuery Calculate Total

September 25th, 2009

A relatively simple JQuery form that calculates the price of two real world options in real time, a package of some sort and support to accompany it. The code is not that elegant, but it’s what I could come up with :)

Demo

No Comments

Greasemonkey script for Stack Overflow to hide ignored tags

June 12th, 2009

Here is my first Greasemonkey script that hides ignored tags from the interface on Stackoverflow.com. The way Stack Overflow “ignores” tags currently, is by greying them out but they still show up. So I can now remove tags like ‘C’, ‘C++’, ‘Ruby’ etc etc.

Stackoverflow hide ignored tags script

No Comments

JQuery Add & Delete Shopping Cart Items

May 10th, 2009

A simple little script to add and remove product items (or anything else really) using JQuery.

Demo

No Comments

JQuery Link Highlighter

March 31st, 2009

Another simple script I made, that highlights the current link on a page on hover.

Demo

No Comments

JQuery Button Hover

March 7th, 2009

Increase your conversions with this simple JQuery script. Let’s say you have a table of products with an order now button, on roll over of the entire table row of each product, the order button will become more emphasized and makes the call to action much stronger.

Demo

No Comments

JQuery Image Slider with rollover text

November 24th, 2008

Another tiny JQuery script that fades in a paragraph of text over an image of Isla Fisher! – What more do you want :)

Demo

4 Comments

JQuery Animated Box with Reset

November 20th, 2008

A small JQuery script that controls a div to move, left, right, top and to the bottom and a function to reset the div to it’s original place.

Demo

No Comments

JQuery Enhanced Form

November 19th, 2008

A super simple form that enhances the UI that I made using JQuery.

Demo

No Comments