Bubble – jQuery Script...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
625 views
This plugin adds bubbling functionality to jQuery. The code is similar to jQuery.fn.trigger’s because it’s meant to extend it. It also generates it’s own event object, that will remain untouched through the bubbling, meaning it’s safe to attach attributes to it and grab them with...

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

Date input Calendar...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
782 views
Jason’s Date Input Calendar is designed specifically to make entering date values into forms as easy as can be! It’s different from most other similar scripts in the following two ways: * The script generates not only the popup calendar to easily select a date, but the corresponding form...

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

jQuery – Focus Fields Plugin...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
358 views
Add an outline and background to text inputs when they are given focus. The following parameter are used. oColour – Outline colour oWidth – Outline width bgColour – Background colour textColour – Text Colour If the fields aren’t given a border, they will get an inset one...

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

Dynamic flickr Badge Script...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
222 views
A work colleague who runs Tobago Retreats asked me to create a gallery badge that automatically shows her latest flickr photos in her gallery and I started another flickr badge from scratch. All you have to provide is a link to the flickr stream or the tagged images in your stream as a text link with...

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

CSS Text Wrapper Script...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
115 views
This is the latest CSS Script to design easily CSS Text Wrapper in different shapes. The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and...

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

Masked Input Plugin for jQuery...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
1,633 views
This is a masked input plugin for the jQuery javascript library. It allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers, etc). It has been tested on Internet Explorer 6/7, Firefox 1.5/2/3, Safari, Opera, and Chrome....

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

JQuery Mousewheel Plugin...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
931 views
prototype.js mousewheel Event.wheel(e) extension Scroll mouse wheel to see delta here. Object.extend(Event, { wheel:function (event){ var delta = 0; if (!event) event = window.event; if (event.wheelDelta) { delta = event.wheelDelta/120; if (window.opera) delta = -delta; } else if (event.detail)...

Tags: , , , , , , , , ,

FleXcroll- Accessible Custom Scroll Bars...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
1,408 views
Custom scroll bars are usually bad, and they should be avoided whenever possible. But sometimes you just need that look to go with your website in a place that is design sensitive, and not content sensitive, or your customer wants them bad. For those cases, I have come up with a javascript solution that...

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

CSS Bar Chart Script...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
191 views
The above bar charts do not reflect the usage on this site, which suprisingly is visited more by Gecko based browsers than IE6. These charts are nothing more than a styled definition list with just classes defining each line. The second chart has been added to rectify the problem that can happen in the...

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

Floating Window With Tabs...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
557 views
This is a cross browser DHTML window script with support for tabs. Configuration You need to include one css file and one javascript file in the HTML file(s) where you want the windows. This is done with the following lines: <link rel="stylesheet" href="floating_window_with_tabs.css"...

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

« Previous



Web Design & CSS (Templates) - TOP.ORG