Jan
Simple jQuery Spy Effect with Tutorial
jQuery Spy Effect scrolls the list in a beautiful way, very attractive style and effect. In a follow up tutorial It’ll show you how to hook this in to an Ajax hit that doesn’t hammer your server and keeps the effect nice and smooth.
View Tutorial
View Demo
Categories:
Tags:
Jan
Javascript Navigation Control to Manage Alphabetical Lists
This jQuery plugin supplies an easy way to unobtrusively add a letter-based navigation widget to any UL or OL list. An easily stylable (via CSS) nav bar appears above the list, showing the user the letters A-through-Z. Clicking one of the letters filters the list to show only the items in the list that start with that letter. Hovering over a letter (optionally) shows a count above the letter, indicating how many items will be displayed if that letter is clicked. Other options give you control over the basic functionality.
Categories:
Tags:
Jan
Slide Box – A jQuery Plug-in
Slide box, With it, you can take any div and transform it into a top/bottom sliding panel. This script has a nice and smooth animation effect, it slides down and slides up with ease.
Categories:
Tags:
Jan
FREEmium – A Beautiful WordPress Theme
If you are looking for attractive themes for their personal blog, I venture to recommend FREEmium WordPress, a WordPress theme that I found very good and its structure has been ordained as a whole, as smoothly into the design. Read the rest of this entry »
Jan
JTip – jQuery & AJAX Tooltip solution
Here’s a nifty little tooltip solution called JTip which is built using JQuery. It uses AJAX to fetch the tooltip from the server side.
Categories:
Tags:
Jan
Free AJAX File Browser Plugin for jQuery / jQuery File Tree
Query File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code.
Currently, server-side connector scripts are available for PHP, ASP, ASP.NET, JSP, and Lasso. If you’re a developer, you can easily make your own connector to work with your language of choice.
Features
- Produces valid, semantic XHTML
- Fully customizable via CSS
- Ability to style icons based on file extension
- Uses AJAX to fetch file information on the fly
- Easy to configure and implement
- Includes connector scripts for PHP and ASP.NET (C#)
- Supports custom connector scripts for extended functionality
- Customizable expand/collapse event
- Customizable expand/collapse speeds
- Supports jQuery easing functions
- Single- and multi-folder views
- Configurable load message
jQuery File Tree works in all major browsers.
Categories:
Jan
Color Picker – jQuery plugin
A simple component to select color in the same way you select color in Adobe Photoshop
Features
- Flat mode – as element in page
- Powerful controls for color selection
- Easy to customize the look by changing some images
- Fits into the viewport
Website: http://www.eyecon.ro/colorpicker/
Categories:
Tags:
Jan
jQuery Full Month Calendar Plugin
jMonthCalendar is a full month calendar that supports events. You simply initialize the calendar with options and an events array and it can handle the rest. It is compatible with jQuery 1.3.0.
jMonthCalendar has extension points that allow the developer to interact with the calendar when the display is about to change months, after the display has changed months and when the event bubbles are clicked on. By default the events would each have a URL supplied that would link to a details page.
Features
- jQuery 1.3.0 Compatible
- Ability to Load events
- Configurable Extension points: onMonthChanging, onMonthChanged, onEventClick
- Events Link to Details Page by anchor tag by defult
Visit Website
View Demo
Categories:
Jan
Animate Your Links – jQuery Link Nudging
Get animated menu effect using jQuery. A simple and small script that does the trick. Cool effect for your website, or application using jQuery.
The jQuery Javascript
$(‘a.nudge’).hover(function() { //mouse in
$(this).animate({ paddingLeft: ’20px’ }, 400);
}, function() { //mouse out
$(this).animate({ paddingLeft: 0 }, 400);
});
});
View Demo
Categories:
Tags:
Jan
Facebox – Facebook Style Lightbox using jQuery
Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.
It’s simple to use and easy on the eyes. You just need to follow some steps and its done!
Features:
- Lightweight
- Cool Curved Borders
- Easily Customizable
Requirement: jQuery 1.2.1
Website: http://famspam.com/facebox
Categories: