Showing posts with label jQuery. Show all posts
Showing posts with label jQuery. Show all posts

Monday, October 19, 2009

Vertical Ticker Scroll with jQuery

Ever wanted to make those cool vertical scroll things? Here is a great light weight way to accomplish it:

Wednesday, June 3, 2009

Nice Drop Down Menues

I've been on a quest for a long time to find a good, reliable and customizable dropdown menu. I've found some but this is a great one to try out:

Wednesday, May 20, 2009

Ajax with jQuery

jQuery makes it really easy to implement AJAX.  Check out this out for more information: http://docs.jquery.com/Ajax

If you're not sure what jQuery is or AJAX, check out some of our other posts in those categories.

Monday, January 26, 2009

Autocomplete textfields

In my search for a cool autocomplete script for my text fields, I came across one that I'd actually recommend.  If you aren't familiar with autocomplete scripts, just start typing a url into the latest version of firefox and you'll see what I mean.


The script uses jQuery, which is a javascript library.  It is really simple to use, everything is included in the download.  It comes with a demo page and you can use to make it work the way you want it.