Browsing articles tagged with " jQuery"
29
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.

Javascript Navigation Control to Manage Alphabetical Lists

Read the rest of this entry »

29
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.

Slide Box - A jQuery Plug-in

Read the rest of this entry »

26
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.

Free AJAX File Browser Plugin for jQuery

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.

Read the rest of this entry »

22
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.

jQuery Full Month Calendar Plugin

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

22
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.

Animated Your Links - jQuery Link Nudging

The jQuery Javascript

$(document).ready(function() {
$(‘a.nudge’).hover(function() { //mouse in
$(this).animate({ paddingLeft: ‘20px’ }, 400);
}, function() { //mouse out
$(this).animate({ paddingLeft: 0 }, 400);
});
});

View Demo

21
Jan

Facebox – Facebook Style Lightbox using jQuery

facebox-a jquery plugin

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

20
Jan

The Sexy Curls jQuery Open Source Plugin

The Sexy Curls jQuery Plugin is an open-source jQuery plugin by Elliott Kember which lets you share in the beauty of the page fold.

The Sexy Curls jQuery Open Source Plugin

It has nice curl effect and that curl could be manual or automatic in its behavior. You can easily customize this plugin.

Website: http://www.elliottkember.com/sexy_curls.html

20
Jan

Garage Door Style Menu using jQuery

Garage Door Style Menu

Using jQuery and a plugin to help with animating background /examples/images, we are able to make a sliding “Garage Door” style menu. The menu code is purely semantic. The UL provides the “background”, the list items provide the “shutters” and the links themselves are the “windows”.

View Demo

Download Files

19
Jan

Bind a Hot Key Combination with jQuery Hotkeys

Bind a Hot Key Combination with jQuery Hotkeys

jQuery.Hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code to bind/unbind a hot key combination. It works with all major browsers.

Requirements:jQuery Framework

Download: http://code.google.com/p/js-hotkeys/

Demo: http://jshotkeys.googlepages.com/test-static-01.html

19
Jan

jQuery 1.2 Cheat Sheet

A handy document for PHP developers.

jQuery 1.2 Cheat Sheet

Download jQuery 1.2 Cheat Sheet v1.0 in PDF format.

Pages:«1...1213141516171819»
Creative Resume Template
Open source icons
powered by
TickBar