15 jQuery Plugins Giving Web Interfaces Drag ‘N Drop Capabilities

Like most others with a great interest in web front end development jQuery have a special place in my heart. jQuery manages to brings the real goodies to us with only a few lines of code and every day it gets better. This is because the huge jQuery community keeps shipping awesome plugins; great thanks to everyone contributing!. With jQuery it is possible to create user friendly and sophisticated...
readmore

Free XHTML Template Pack: Classic Luxury

Classic Luxury is a high quality, clean and simple CSS-based template with three custom pages created by CssTemplateHeaven exclusively for Six Revisions readers. It is clean and has a lot of whitespace and nice typography. The code is well-organized and uses standards-based HTML and CSS. Classic Luxury is great for portfolios and personal photo sites, and can be converted easily to a CMS theme...
readmore

10 Of The Best Lightbox Scripts

More and more sites you visit seem to have some kind of lightbox script displaying a multitude of elements, images, videos, ajax inline content and external and internal webpages. For those of you who may be unsure what a “lightbox” is, basically it is a script that allows you display large images using various modal dialogues utilizing libraries such as Prototype, MooTools and jQuery. Recently...
readmore

Add Confirmation to Links

Sometimes there are situations where one might require a confirmation prior to leaving a site or maybe you just want a confirmation prior to executing an action.  This can be achieved very easily with a few lines of jQuery code. Let’s assume we have the following code: <a href="http://www.jquery.com" alt="jQuery - External Link" class="confirmexit" >jQuery</a> You...
readmore

Stylish jQuery Tooltip plugin

qTip is an unobtrusive jQuery tooltip plugin with a list of nice features. It has: - rounded corner support without use of any PNGs - very flexible tooltip pointers are as they can be positioned in several locations - 5 ready to use stylish themes & you can create your own easily - support for not-overlacking. How close the tooltips are, they will preserve their stacking order - ready to use effects:...
readmore

JQuery Word Count Example

Some times clients will request little features such as a word count on a form field or request the data collected from the user fall within a certain word count range. Although, this is slightly different then the more common practice of performing a character count for field size validation, it is still a easy task with the use of JQuery. Below is a little snipped which performs a word count: $(’#data’).keyup(function()...
readmore

JQuery: Animated Hover Effect

Below is a code sample for creating a nice animated hover effect. This effect could be useful for the creation of tool tips or additional information snippets. However, developing the skills for this effect may take sometime and may be as difficult as mastering online poker or chess skills. One use that comes to mind in my work environment would be when requiring footnotes. This is an ideal solution...
readmore

Zebra Tables made easy with JQuery

If you have spent anytime at all trying to add dynamics to your pages then you will know that you tend to follow a pattern selecting an element(s) and then adding functionality to these elements in the way of conditional statements. You make be hiding/showing an element, adding/removing a class, modifying an attribute or performing some additional task. Now using basic javascript or server-side coding...
readmore

JQuery File Tree Solution

I stumbled onto a nice File Management example from developer Cory S.N. LaViska, which is quite slick and can be useful in creating a content management interface. LaViska gives us the following overview: jQuery 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...
readmore

JQuery Sliding Menu

Sliding menus are very effective in areas where we have limited space . This is a sliding top menu built with JQuery which can be fired through the open & close buttons or with any tag with the related class name. You can also use it as an info box, login area & more. Below is the code that makes it happen: <script type="text/javascript"> $(document).ready(function()...
readmore
Page 1 of 212
line
footer
Network: Thomas Craig Consulting | Designed by Elegant Themes