Browsing Category "jQuery"

MicroTut: Getting And Setting Cookies With jQuery & PHP

Added on Mar 12th, 2010 in PHP , jQuery | 6 comments

In this MicroTut we are going to take a look at how cookies are created and read in both PHP and JavaScript.

Read more

MicroTut: Centering a Div Both Horizontally And Vertically

Added on Mar 5th, 2010 in CSS , MicroTuts , jQuery | 22 comments

In this MicroTut, we are going to take a look at a couple of ways to center a div both horizontally and vertically with pure CSS. A jQuery method is also presented.

Read more

MicroTut: The jQuery Hover Method

Added on Feb 23rd, 2010 in jQuery | 13 comments

When building a navigation menu, or any other jQuery script, it is often necessary to have a robust method with which to define a mouse over and mouse out state. This is where the hover() method comes along.

Read more