scriptygoddess

Archive for September, 2008

20 Sep, 2008

Overlapping Tabbed Navigation using CSS and jQuery

Posted by: Jennifer In: CSS| jquery

Recently had a project land on my desk that required tabbed navigation that overlap one another. Just so we're clear on what we're doing: here's the demo. Here is how I did it:
1) Each tab has four "states" – Off, Off (with right tab on), On, On (with right tab on). I combined each of [...]

14 Sep, 2008

New Theme

Posted by: Jennifer In: Announcements

Finally decided on a theme. I do have some thoughts for making one of my own, but I still have no time to do it. (And when I do have time, I'm usually too exhausted to want to work on it) SO, I've been shopping around for something to use in the interim. This one [...]

Here's a method you can use with the validation jQuery plugin to make sure a field (like a password field) includes at least one number.
$.validator.addMethod("atleastonedigit", function(pass) {
if (pass == "") {
return true;
}
return ((/[0-9]+/).test(pass));
}, "This field must contain at least one number");


Featured Sponsors


  • Michael: You can use get_header(2) in your case. The filename of your custom header has to be header-2.php. The problem with include(your_file.php) is, all
  • cliff: hi wonder if you can help me, pls i designed www.kouga.mobi using dreamweaver CS3 and now want to make the phonenumbers into links so that if you
  • jerey: how do i rewrite this because it tried RewriteEngine on #Options +FollowSymlinks RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FIL

About


Advertisements