background preloader

jQuery plugins

Facebook Twitter

Hekigan/is-loading.

Parallax

Menus. Selects. Datepicker. Zoom. Navigation Tree. Sliders. Autocomplete. Forms. Isotope. You Still Can’t Create a jQuery Plugin? It's tough.

You Still Can’t Create a jQuery Plugin?

You read tutorial after tutorial, but they all assume that you know more than you actually do. By the time you're finished, you're left feeling more confused than you initially were. Why did he create an empty object? What does it mean when you pass "options" as a parameter? What do "defaultsettings" actually do? Never fear; I'm going to show you exactly how to build your own "tooltip" plugin, at the request of one of our loyal readers. Why Would I Create a Plugin in the First Place? It might help to think of plugins in the same way as you would functions. Step 1: The Markup Create a new project in your favorite code editor, and paste in the following html.

Explanation This code is fairly simple; so it doesn't require too much of an overview. Reference a CSS file which we'll create shortly. Step 2: Calling the Plugin. 100 Awesome CSS/Javascript Plugins and Coding Techniques. Writen by Bogdan / Comments Off on 100 Awesome CSS/Javascript Plugins and Coding Techniques If you know how to use CSS and Javascript, you can create some impressive websites.

100 Awesome CSS/Javascript Plugins and Coding Techniques

Not only that you can do some awesome stuff with them but they also ease you work. In this article you have 100 awesome CSS and Javascript plugins and coding techniques that should definitely be in you toolbox. Use CSS3 to Create a Dynamic Stack of Index Cards You will learn how to create a dynamic stack of index cards solely with HTML and CSS3 and use such CSS3 features as transform and transition (for the dynamic effects) and @font-face, box-shadow and border-radius (for the styling). Dynamic PNG shadow position & opacity.

jQuery BBQ » Examples » hashchange » jQuery UI Tabs. Your generous donation allows me to continue developing and updating my code!

jQuery BBQ » Examples » hashchange » jQuery UI Tabs

With jQuery BBQ you can keep track of state, history and allow bookmarking multiple jQuery UI tab widgets simultaneously.. just click some tabs, use your browser's back and next buttons, reload the page.. and when you're done playing, check out the code! Like the advanced window.onhashchange example, window.location.hash is used to store a serialized data object representing the state of multiple tab boxes. Due to the flexibility of $.bbq.pushState(), each tab box doesn't need to know the state of any other tab box to push a state change onto the history, only their state needs to be specifed and it will be merged in, creating a new history entry and a page state that is bookmarkable.

Of course, if you only want to keep track of a single item on the page, you might want to check out the basic window.onhashchange example. This jQuery UI Tabs widget has id "some_tabs" 5 Ways to Fix jQuery $.browser function missing not found.

Grids

JqModal. jQuery Easing Plugin. Description A jQuery plugin from GSGD to give advanced easing options.

jQuery Easing Plugin

Please note, the easing function names changed in version 1.2. Please also note, you shouldn't really be hotlinking the script from this site, if you're after a CDN version you could do worse than try cdnjs.com Download Download the following: Example Click on any of the yellow headers to see the default easing method in action (I've set as easeOutBounce for the demo, just because it's obviously different). Select easing types for the demo first one for down, second one for up. The Clicker Updates 12/11/07 1.3 jQuery easing now supports a default easing mode. 04/10/07 1.2 Updated to include all methods from Robert Penners easing equations. 28/06/07 1.1.1 Updated the method to not overwrite the newly renamed 'swing', or the new 'linear' style coming in 1.1.3. 22/06/07 Rewritten the above to include callback syntax, nothing else has changed.

Credits Uses Robert Penners easing equations for the transitions. Donate Usage Default Custom. Edit fiddle. 37 Phenomenal jQuery Plugins and Demos for Developers. In this post we have collected 37 jQuery plugins for use in your next web project.

37 Phenomenal jQuery Plugins and Demos for Developers

Slide-In Contact Form Description : When the user clicks on the Contact link at the top of the page, the contact form will slide down. When the user submits the form they will get a message that their message has been sent successfully and within two seconds, the entire form will slide up to its original position. Virtual jQuery Keyboard Description : This tutorial will explain how to implement a simple virtual keyboard with some with jQuery.

Digg style sign up form Description : Simulate a Digg style signup form, with its unique features such as their dynamic tooltips that give you a hint on each field that is to be filled. Load Content While Scrolling With jQuery Description : If you have lots of content to present but can not load all of it at once as it may take too long, this plugin is the answer.