Delayed Image Loader Script for Prototyp...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
506 views
lazierLoad is Bramus! his take at writing a delayed javascript image loader for use with PrototypeJS. lazierLoad automatically hooks itself to the page, finds all images and only loads those appearing “above the fold” resulting in faster page loads. The images not located in the viewport, are not...

Tags: , , , , , , , , , , , , , , , , , , , , ,

Lazy Load -jQuery plugin...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
1,715 views
Lazy loader is a jQuery plugin written in JavaScript. It delays loading of images in (long) web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading. Using lazy load on long web pages containing many large images...

Tags: , , , , , , , , , , , , , , , ,

Multifaceted Lightbox...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
257 views
A script (JavaScript) that allows you to focus the users attention on a particular portion of the screen. It creates the equivalent of a modal dialog box – this means that while the user looks at this focused part of the screen, they can’t interact with the rest of the screen. Features: This...

Tags: , , , , , , , , , , , , ,

Impromptu – prompt jQuery plugin f...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
1,003 views
jQuery Impromptu is an extention to help provide a more pleasant way to spontaneously prompt a user for input. More or less this is a great replacement for an alert, prompt, and confirm. Not only does it replace these but it also allows for creating forms within these controls. This is not intended to...

Tags: , , , , , , , , , , , , , , , , , , ,

jQIR – jQuery Image Replacemen...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
35 views
Replace headings (or any text) with images. Parameters * format – Image format/file extension (e.g. png, gif, jpg) – ignored if specifying the filename in the class * path (optional) – Path to images folder * onload (optional) – Function to run when image has loaded How...

Tags: , , , , , , , , , , , , , , ,

Linklook with JQuery Plugin...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
150 views
Grabs available thumbnails of webpages and shows them when hovering a link. It works like a colorful tooltips. You can even add pictures in those tooltips. Code jQuery.fn.linklook = function (opt) { $("a", this).each( function() { $(this).hover( function() { var top = $(this).offsetTop()...

Tags: , , , , , , , , , , , , , , ,

jCarousel Script – Jquery Plugin...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
2,616 views
A jQuery plugin for controlling a list of items in horizontal or vertical order. jCarousel is a jQuery plugin for controlling a list of items in horizontal or vertical order. The items, which can be static HTML content or loaded with (or without) AJAX, can be scrolled back and forth (with or without...

Tags: , , , , , , , , , , , , , , , , , ,

Resizable Combo Box – ExtJS...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
1,082 views
Data Sources The combo box can use any type of Ext.data.Store as it’s data source. This means your data can be XML, JSON, arrays or any other supported format. It can be loaded using Ajax, script tags or be local. This combo uses local data from a JS array. // simple array store var store = new...

Tags: , , , , , , , , , , ,



Web Design & CSS (Templates) - TOP.ORG