Powered by Blogger.

Contact

Popular Posts

Monday 29 July 2013

By
JavaScript libraries have made huge leaps and bounds in helping developers write code and develop products more quickly. jQuery is one of the most popular JavaScript frameworks, with powerful tools that improve the user’s interaction with Web applications. jQuery has an additional advantage in that it allows developers to select elements on a page using CSS-like syntax. To help you take it up a notch, we share below some methods that can help you give visitors to your website an amazing user experience. Here are over 45 impressive jQuery plug-ins and techniques that have been recently created and that could make the development of your next website an easier and more interesting experience than the last. You may want to take a look at the following related posts:

Dynamic Content

1. Build A Login Form With jQueryIn this tutorial, we'll create a sliding panel, that slides in to reveal more content, using JQuery to animate the height of the panel. In this case, we will be creating a hypothetical login for the new tutsplus area that's coming soon. jQuery 2. Spoiler Revealer with jQueryA simple technique that hides some content first and fades it in once a link is clicked. jQuery 3. AJAX UploadThis AJAX file upload plug-in allows users to easily upload multiple files without having to refresh the page. In addition, you can use any element to trigger the file selection window. The plug-in creates a semi-transparent file input screen over the button you specify, so when a user clicks on the button, the normal file selection window is shown. After the user selects a file, the plug-in submits the form that contains the file input to an iFrame. So it isn’t true AJAX but provides the same user experience. jQuery 4. FCBKcompleteGive your users fancy Facebook-like dynamic inputs, with auto-complete and pre-added values. jQuery 5. Create Accessible Charts Using Canvas and jQueryThis tool is proof that you can use the <canvas> element to illustrate HTML table data. The idea is a good one: putting the data in a table allows it to remain accessible, while the chart can be shown for visual enhancement. jQuery

Form Manipulation

6. Radio Button and Check Box ReplacementThis jQuery tool replaces radio buttons and check boxes with a more appealing display. jQuery 7. Submit a Form without a Page Refresh jQuery 8. jQuery AJAX Contact FormHere is a quick and easy way to make a jQuery AJAX contact form with a “honeypot” to foil email bots, load success and error messages dynamically without leaving the page and provide descriptive error messages detailing why submitted values have failed validation. jQuery 9. Simple jQuery Form ValidationThis jQuery form shows live form-input validators both server-side and browser-side. jQuery

Navigation Menus

10. jQuery Context MenuA context menu plug-in for jQuery that features easy implementation, keyboard shortcuts, CSS styling and control methods. jQuery 11. Kwicks for jQueryKwicks for jQuery started off as a port of the incredibly attractive MooTools framework, but has evolved into a highly customizable and versatile widget. jQuery 12. jQuery iPod-style Drilldown Menu"We created an iPod-style drilldown menu to help users traverse hierarchical data quickly and with control. It's especially helpful when organizing large data structures that don't translate well into traditional dropdown or fly-out menus." jQuery 13. jQuery File TreeThe jQuery File Tree is a configurable AJAX file-browser plug-in for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code. jQuery 14. How to Create a MooTools Home Page-Inspired Navigation EffectIn this tutorial, you’ll recreate the same effect seen in MooTools’s menu, but in jQuery! jQuery 15. CSS Sprites2This tutorial demonstrates how to implement inline CSS Sprites2 using jQuery. jQuery

Manipulating Content

16. jQuery books widgetWith some custom JavaScript and jQuery magic you can create some interesting widgets. A good way to demonstrate this functionality is by building a browsable Amazon.com books widget. jQuery 17. Text Size SliderThis tutorial explains how to use a slider to control the text size of an article on a page. This lets the user control exactly the size that suits them, and is also a pretty impressive feature to have on a site. jQuery 18. PaginationCreate navigational elements: when you have a large number of items, you can group them into pages and present navigational elements that allow users to move from one page to another. jQuery 19. Coda-SliderAs with the last tool, groups items together using navigational elements that allow users to move from one page to another. jQuery 20. Creating a Slick Auto-Playing Featured-Content SliderIf you love the Coda-Slider plug-in for jQuery, then you will find this plug-in very useful for displaying lots of content in a small area. This nice plug-in adds some features not found in the original Coda-Slider, such as slowly cycling through panels, auto-playing different types of custom content. An arrow indicator serves as a visual indication of which panel you are currently viewing. jQuery
  • Demo can be found here.
  • Download files here.
21. haccordionA simple horizontal accordion plug-in for jQuery. jQuery

Tabular Data and Grids

22. Table Row Checkbox ToggleThis tool generically adds a toggle function to any table row you specify based on a CSS class name. It will, by default, toggle on any check boxes within that table row. jQuery 23. TablesorterTablesorter is a jQuery plug-in that turns a standard HTML table with <th> and <td> tags into a sortable table without the need for page refreshes. Tablesorter can successfully parse and sort many types of data, including linked data, in a cell. jQuery 24. TableEditorTableEditor provides flexible in-place editing of HTML tables. User-defined handler functions can easily be dropped in to update, for example, a data source via an AJAX request. jQuery 25. Scrollable HTML TableThis JavaScript code can be used to convert ordinary HTML tables into scrollable ones. jQuery

Lightbox Techniques

26. Revealing Photo SliderLearn how to create a thumbnail photo gallery, where clicking a button reveals the entire photo and more information about that photo. jQuery 27. FancyBoxFancyBox was born to automatically scale large images to fit in windows, adding a nice drop-shadow under the zoomed item. It can be used to group related items and add navigation between them (using a pre-loading function). FancyBox is totally customizable through settings and CSS. jQuery 28. Facebox Image and Content Viewer Facebox is a lightweight Facebook-style Lightbox that can display images, divs, and even entirely remote pages (via AJAX) inline on a page and on demand. It uses the compact jQuery library as its engine, unlike Lightbox v2.0, which uses Prototype. jQuery 29. jQuery.popeyejQuery.popeye is a plug-in that transforms an unordered list of images into a simple image gallery. When an image is clicked, it enlarges Lightbox-style. The images are displayed in a box with “Previous” and “Next” controls, and information about the images can be included. jQuery

Image Galleries and Viewers

30. Simple Controls GallerySimple Controls Gallery rotates and displays each image by fading it into view over the previous one, with navigation controls that pop up when the mouse hovers over the gallery. The controls allow the user to play, pause or jump to a specific image in the gallery. jQuery 31. Agile CarouselThis jQuery plug-in allows you to easily create a custom carousel. Use the jQuery UI to enable many different types of transition. The plug-in uses PHP to call images from the folder you specify. Configure many different options including controls, slide timer length, easing type, transition type and more! jQuery

Browser Tweaks

32. Setting Equal Heights with jQueryA script to equalize the heights of boxes within the same container and create a tidy grid. jQuery 33. jQuery IE6 PNG Transparency FixAnother IE6 PNG fix that uses jQuery selectors to automatically fix all PNG images on a page. 34. BGI frameThis tool helps ease the pain of dealing with IE z-index issues. You can find a demo here. 35. Fix OverflowIE puts scroll bars inside overflowing elements, and if an element is only one line, the scroll bar will cover it. This plug-in fixes that issue. jQuery 36. Lazy LoadLazy Load delays the loading of images below the fold on long pages. As the user scrolls down, the images are loaded as needed. Check out the demo here. 37. MaxlengthIt’s a fairly common design practice to limit the number of characters a user can input in a field while giving feedback on how many spaces are left. This plug-in automates that task. jQuery

Animation Effects

38. ScrollableScrollable is a flexible and lightweight (3.9 KB) jQuery plug-in for creating scrollable content. Scrollable items can contain any HTML, such as text, images, forms, video or any combination of them. You can make items scroll horizontally or vertically and decide how many items are visible at once. jQuery 39. jQuery Fading Menu - Replacing Content"Instead of thinking about CSS as page layout and a way to style your page when it loads, you can use in animation and change it on-the-fly to react to events that happen on your page. Take for example a menu. You can take the “click” event that happens when clicking on a menu to do lots of stuff." jQuery 40. Build an Animated Cartoon Robot with jQueryThis effect simulates a faux 3-D animated background reminiscent of old-school side-scrolling video games (and not unlike the parallax effect). This effect is created by layering several empty divs over each other, with transparent PNGs as background images. The backgrounds are animated at different speeds using jQuery. jQuery 41. FlipFlip is a plug-in for jQuery that “flips” page elements in four directions. Compatible with Firefox 2+, Internet Explorer 6+, Safari 3.1 (for Windows) and Google Chrome. jQuery
  • Download files here.
42. Use jQuery for Background Image AnimationsAnimate your menu whenever a user hovers over an item with this effect. jQuery

Image Manipulation

43. JcropJcrop is the quick and easy way to add image-cropping functionality to your Web application. It combines the ease of use of a typical jQuery plug-in with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications. jQuery 44. jQZoomJQZoom is a JavaScript image magnifier that makes it really easy to magnify what you want. It is easy to customize and works on all modern browsers. jQuery

Miscellaneous

45. Date Range PickerA rich date-range widget that uses the jQuery UI’s date picker and some additional custom interaction. jQuery 46. Sortable ListsUnordered lists are commonly used to structure a website’s navigation. Having the ability to re-order such lists would be extremely useful. Here is a method to easily save and reload the list element order without getting lost as the page is refreshed. jQuery 47. Amazing Music Player Using Mouse Gestures and HotkeysLearn how to create an amazing music player, coded in XHTML and jQuery, that makes use of mouse gestures and hotkeys. You can click and drag the mouse to interact with the music player’s interface or use directional keys and the space bar instead of the mouse. jQuery 48. Script for Tracking Outbound Links in Google Analytics with jQueryThis code snippet uses Google Analytics and jQuery to automatically track outbound links. This interesting script enhances behavior by comparing the link’s domain to the current page’s domain and, if they are different, triggering the behavior. This is helpful when using a CMS or other tool that generates full URLs, including the “http://,” instead of relative ones.
<script type="text/javascript">
$('#content a:not(.popupwindow)').filter(function() {
var theHref = this;
if (theHref.hostname && theHref.hostname !== location.hostname) {
$(theHref).not(".noAutoIcon").addClass("offSite");
$(theHref).not(".noAutoLink").attr('target','_blank').bind('click keypress', function(event) {
var code=event.charCode || event.keyCode;
if (!code || (code && code == 13)) {
if(pageTracker){
var fixedLink = this.href;
fixedLink = fixedLink.replace(/https?:\/\/(.*)/,"$1");
fixedLink = '/outgoing/' fixedLink;
pageTracker._trackPageview(fixedLink);
};
};
});
};
});
</script>
49. jGrowljGrowl is a jQuery plug-in that delivers unobtrusive messages within the browser, similar to the way that OS X’s Growl Framework works. jQuery
Categories:

0 comments:

Post a Comment