preload preload preload preload preload preload preload preload preload

Invisible Window Logo

10 New Uber Cool JQuery Plugins

Posted: 31st December 2010 | by: webhank | in: Blog Posts, Cool Stuff, JQuery

Custom Scroll Bar (http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html) – Custom scrollbar plugin utilizing jquery UI that’s fully customizable with CSS. It features vertical/horizontal scrolling, mouse-wheel support (via Brandon Aaron jquery mouse-wheel plugin), scroll easing and adjustable scrollbar height/width. JQuery Scroll Follow (http://code.google.com/p/jquery-scroll-follow/) – Scroll Follow is a simple jQuery plugin that enables a DOM object to follow the page as the user scrolls. jQuery Sparklines (http://omnipotent.net/jquery.sparkline/) – This jQuery plugi ...

10 Über cool jQuery Plugins

Posted: 25th September 2007 | by: webhank | in: Blog Posts, JQuery

I have been using jQuery for a while now to add a little flair to forms and features of the sites we develop here at Invisible Window. jQuery is one (an in my opponion, the best) of the JavaScript libraries that have sprung up to simplify and enhance JavaScript development. jQuery allows the developer to “traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.” In addition to the core library, there are a host of jQuery plugins available each enhancing jQuery’s f ...

Highlighting Forms Using JQuery

Posted: 26th April 2007 | by: webhank | in: JQuery

One of the things that I like best about working in the web industry is the speed at which it changes. Granted, sometimes it seems new technologies are coming out so fast that it’s hard to keep up, but that challenge is a fun one. AJAX (Asynchronous JavaScript and XML) is one of the hot buzz words in the web industry now, and it’s been one of our major distractions lately. In a nut-shell AJAX lets a web page do “stuff” without reloading. There are several libraries that facilitate authoring AJAX and the one we really like is JQuery. In this post we will look at how t ...