[Jquery] 50 useful JavaScript and jquery techniques and plugins

Source: Internet
Author: User
Tags beautifier simple html website jquery library
ArticleDirectory
    • Useful JavaScript and jquery Techniques
    • Useful JavaScript/jquery tools

We are regulalry collecting useful JavaScript and jquery snippets, libraries, articles, tools and resources and present them in compact round-ups here, on noupe. This time we are again covering someUseful JavaScript and jquery techniques, plugins and toolsThat may help you improve the user experience for your site.

 

Useful JavaScript and jquery Techniques

Colorful scyclers with jquery & css3
In this tutorial we are using jquery and the new transformation features brought by css3 to create a three dimen1_dynamic slider effect. the techniques presented here-for creating sliders, and CSS dynamic resizable bars, can be used together or in part for powering all sorts of jquery goodness.

Using sor flip wall with jquery & CSS
Design and coding a drawing SORS page is part of the developer's life (at least the luky developer's life, if it is about a personal site of theirs ). it, however, follows different rules than those for the other pages of the site. you have to find a way to fit a lot of information and organize it clearly, so that the emphasis is put on your own sors, and not on other elements of your design.

Tiptip jquery plugin
Tiptip detects the edges of the browser window and will make sure the tooltip stays within the current window size. as a result the tooltip will adjust itself to be displayed abve, below, to the left or to the right of the element with tiptip applied to it, depending on what is necessary to stay within the browser window.
Tiptip is a very lightweight and intelligent custom tooltip jquery plugin. It uses zero images and is completely customizable via CSS.

Nivo Slider
The most awesome jquery image Slider

Jquery. Syntax
Jquery. syntax is an extremely fast and lightweight syntax highlighter. It has dynamic loading of syntax source files and integrates cleanly using CSS or modelines.

Jquery. timepickr. js
This is my humble attempt to enhence web time picking.

Photo zoom out effect with jquery
Today we will show you how to create a simple image zoom out effect with jquery. the idea is show some images which are zoomed in initially and when hovering over an image it gets zoomed out. this effect cocould be used in photography websites or image galleries. our example uses some black and white images to focus on the effect.

A fresh bottom slide out menu with jquery
In this tutorial we will create a unique bottom slide out menu. this large menu will contain some title and a description of the menu item. it will slide out from the bottom revealing the description text and some icons. we will use some css3 properties for some nice shadow effects and jquery for the interaction.

Making a mosaic slideshow with jquery & CSS
Today we are making a jquery & CSS mosaic gallery. Mosaic, because it will feature an interesting tile transition effect when moving from one slide to another.

17 jquery plugins for easy and efficient reordering and filtering page elements
Having full control of elements on a page and the order they are presented in can be quite useful. jquery as always is a safe choice to go. there are several good quality plugins to pick from. this post provides an overview of plugins you can use to provide simple yet powerful functionality to reorder, filter, add drag and drop capabilities etc.

Create an impressive content editing system with jquery and PHP
I'm going to show you how to use jquery and PHP to build a content editing system that will allow you or your client to easily edit. html pages too ally.

Jquery megamenu plugin

Excellent jquery plugins to enhance Form validation
Simple jquery plugins can enhance and beauw.html form elements, these simple jquery scripts turn a simple HTML website to a fantastic look and feel. these plugins can be enabled very easily. in this roundup I have gathered most beautiful jquery plugins that are related to all kinds of Form validation. this list also includes roundups of some blogs. go ahead and enjoy

Gamequery-a javascript game engine with jquery
Gamequery is a jquery plug-in to help make JavaScript game development easier by adding some simple game-related classes. it's still in an early stage of development and may change a lot in future versions. the project has a Google code page where the svn repository of the Project is hosted and a Twitter page where you can follow the daily progress of the development.

Getting buggy CSS selectors to work cross-browser via jquery
Below I 've prepared a simple table that describes a number of CSS selectors that are not cross-browser compatible, along with the jquery syntax for each. the syntaxes are exactly the same as they wocould be in CSS, save for the jquery wrapper (just remove $ () and the quotes to get the CSS syntax ), so using these selectors in jquery will provide somewhat of a practice ground to prepare you for when they're fully supported by all commonly-used browsers.

Jqfancytransitions: jquery image rotator plugin
Jqfancytransitions is easy-to-use jquery plugin for displaying your photos as slideshow with fancy transition effects.

A demo of AD Gallery
A highly customizable gallery/showcase plugin for jquery.

Jquery UI selectmenu: An aria-accessible plugin for styling a custom HTML select Element
Our latest contribution to Labs is the selectmenu plugin, which is designed to duplicate and extend the functionality of a native HTML select element, and lets you customize the look and feel, add icons, and create hierarchy within the options. best of all, it's built with progressive enhancement and accessibility in mind, has all the native mouse and keyboard controls, and is themeroller-ready.

Create a content rich tooltip with JSON and jquery
Today we're re going to break the mold of the traditional tooltip. This tutorial will demonstrate how to build tooltips that are powered by jquery, with information pulled from a JSON array.

Jquery Image zoom Effect
So today I'm going to run through the technique used to zoom the image thumbnails and display the overlay of text.

Jquery roundabout shapes
Roundabout shapes provide even more paths along which your roundabout can move. The current version of Roundabout shapes offers Eleven additional movements.

Extending jquery's selector capabilities

How to show/hide a hidden input form field using jquery
This past week I was working on a project at work which defined ded building a request form with multiple fields. it was a rather large form that has ded a dropdown list with an 'other' option. I wanted to allow users to select the 'other' option which then wocould show an input field so they can enter a specific description of what that 'other' item is. I didn't want to clutter the form by displaying that additional field by default so I used a little jquery, thus displaying it dynamically and only when needed.

A better jquery in-field label plugin
This is a pretty nice effect, and it can really help to save space on forms. there are a billion different ways to implement this, and I don't suggest you use the example from abve because that was just a quick way to show the effect. so let's walk through a couple of different implementation approaches and figure out the best way to implement this feature.

Useful JavaScript/jquery tools

Javascriptmvc
Javascriptmvc is an open-source framework containing the best ideas in enterprise Javascript development. It guides you to successfully completed projects by promoting best practices, maintainability, and Convention over configuration.

Peg. js-Parser Generator for Javascript
Peg. JS is a parser generator for JavaScript Based on the parsing expression grammar formalism. it enables you to easily bulid fast parsers which process complex data or computer languages ages. you can use it as an underlying tool when writing varous data processors, transformers, interpreters, or compilers.

Phonegap
Phonegap is an open source development tool for building fast, easy mobile apps with JavaScript.

Javascript Shell
A command-line interface for JavaScript and Dom.

Wireit-a javascript wiring Library
Wireit is an open-source JavaScript library to create Web wirable interfaces for dataflow applications, visual programming ages, graphical modeling, OR Graph editors.

JavaScript programming patterns
In this article I am trying to present some of the techniques out there that I have discovered. The patterns I wowould like to mention are the following:
-The old-school way
-Singleton
-Module Pattern
-Revealing module Pattern
-Custom objects
-Lazy Function Definition

Compare JavaScript frameworks
Modern web sites and Web applications tend to rely quite heavily on client-side JavaScript to provide rich interactivity, particle ly through the advent of asynchronous HTTP requests that do not require page refreshes to return data or responses from a server-side script or database system. in this article, you will discover how JavaScript frameworks make it easier and faster to create highly interactive and responsive web sites and Web applications.

How to test your JavaScript code with qunit
Qunit, developed by the jquery team, is a great framework for unit testing your JavaScript. in this tutorial, I'll introduce what qunit specifically is, and why you shoshould care about rigorously testing your code.

Coffeescript
Coffeescript is a little language that compiles into JavaScript. think of it as JavaScript's less ostentatious kid brother-the same genes, roughly the same height, but a different sense of style. apart from a handful of bonus goodies, statements in coffeescript correspond one-to-one with their equivalent in Javascript, it's just another way of saying it.

Mind-blowing JavaScript experiments
The following JavaScript experiments demonstrates the amazing capabilities of the modern browsers such as chrome and safari. In this post I will showcase to you an array of experiments that will surely blows your mind off.

Online JavaScript beautifier
This little beautifier will reformat and reindent bookmarklets, uugly JavaScript, unpack scripts packed by the popular Dean Edward's Packer, as well as deobfuscate scripts processed by your criptobfuscator.com.

CSS & JavaScript character entity Calculator
Enter your HTML Entity character number (such as & #2335 or just 2335 -?) To get the CSS and JS values for that entity.

Dygraphs: Create Interactive graphs from open source JavaScript Library
Dygraphs is an open source JavaScript library that produces an interactive, zoom-able charts of the present time series. it is mainly designed to display the dense data sets and enable the users to define e and interpret them. it is a javascript visualization library.

Showdown-markdown in Javascript
Showdown-a javascript port of markdown

Copy to clipboard with zeroclipboard, flash 10 and jquery
With today's post I will show you a contrived example to get you started. I eventually hope to add this to the contextmenu. JS jquery plugin that I use, but for now this shoshould be pretty straight forward. I do want to note that in the demo and download I am loading the latest version of the jquery Library (1.3.1) from Google's CDN for the first time in any of my posts. for more information on how to do this see the instructions from Google.

Flabjs
Flabjs is a special API wrapper around labjs which adapts the code to work properly in a file: // local filesystem environment. there are a number of things with core labjs does which are not appropriate for local filesystems, such as xhr, special path handling rules, etc.

Jquery lazyload ad: delays loading of advertising
Jquery lazyload ad is a jquery plugin that takes advantage of lazyload delaying ads loading.

QTip-The jquery tooltip plugin
QTip is a tooltip plugin for the jquery framework. It's cross-browser, customizable and packed full of features!

Jquery collapsing and expanding table rows

Improving search boxes with jquery
This time we will learn how to improve a little more our sites by adding some additional interactions to our search boxes like autofocus, highlighting, autoreplace default text and more by using jquery.

Jquery grid plugin

Pines plugin y jquery plugin
Pines features y's features include:
-Timed hiding with visual effects.
-Sticky (no automatic hiding) notices.
-Optional hide button.
-Supports dynamically updating text, title, icon, type...
-Stacks allow notice sets to stack independently.
-Control Stack ction and push to top or bottom.

Jquery slider plugin (Safari style)
Jquery slider is easy to use and multifunctional jquery plugin.

Original address: http://www.noupe.com/javascript/50-useful-javascript-and-jquery-techniques-and-plugins.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.