background preloader

jQuery plugin

Facebook Twitter

Download Builder. jQuery UI Download Builder Quick downloads: Release Candidate (Themes) (1.12.0-rc.2: for jQuery1.7+) | Stable (Themes) (1.11.4: for jQuery1.6+) | Legacy (Themes) (1.10.4: for jQuery1.6+) | Legacy (Themes) (1.9.2: for jQuery1.6+) All jQuery UI Downloads Version Components UI Core A required dependency, contains basic functions and initializers.

Download Builder

Interactions These add basic behaviors to any element and are used by many components below. Widgets Full-featured UI Controls - each has a range of options and is fully themeable. Effects. How to change the pop-up position of the jQuery DatePicker control. Horizontal Tweet Slider. <strong>IMPORTANT:</strong> a commenter recently led me to find a problem with the plugin, whereby setup.php enters an incorrect location for the get_tweets.php file.

Horizontal Tweet Slider

This will be fixed with a new release soon, but in the meantime you can ammend the js yourself, or if you contact me I will make the change and send you a revised file. As always any problems just comment and I will reply. jQuery Plugin Registry.

Snippets

20+ Useful jQuery Google Maps Plugins. Google Maps is a very helpful tool to help us find businesses and other points of interest that we want to know about.

20+ Useful jQuery Google Maps Plugins

10 Best jQuery and HTML5 WYSIWYG Plugins. HTML5 WYSIWYG (What You See Is What You Get) is all the rage now! But there is now so many of them around it’s hard to find the best ones. In today’s post we are going to present you what we think 10 of the very best jQuery and HTML5 WYSIWYG plugins just to save your time finding your plugin. Enjoy! Related Posts: Web Design & Development News: Collective #21. Who needs WYSIWYG editors anymore? EpicEditor (beta) is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more.

For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it. CSS Card Flip using Webkit Transitions. Webkit brought a lot of enhancements to the formerly dull browser based user interfaces, with transform and transition properties being among the most useful for user interaction. In this tutorial we will learn how to use both to create a product card that flips to reveal more information with a fallback for browsers that don’t support Webkit transitions and transform.

CSS Card Flip Demos There are three examples for this tutorial, each one with its own advantages. Card flip triggered by click Card flip triggered on mouse over Card flip triggered by disjoint button The first two are the most basic: you have to either click on the card or roll your mouse over it to trigger the effect.

The main difference between the “click to flip” example and the other two is that you can’t have a link within the faces unless you deal with event propagation and it’s not the focus of this tutorial. What about Firefox, Opera or the one browser whose name is written in the Black Speech of Mordor? JQuery Cycle Plugin. Check out Cycle2, the latest in the Cycle line of slideshows.

JQuery Cycle Plugin

The jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and much more. It also supports, but does not require, the Easing Plugin. The plugin provides a method called cycle which is invoked on a container element. Each child element of the container becomes a "slide". Images are used in these demos because they look cool, but slideshows are not limited to images. Use the Effects Browser page to preview the available effects. For more about options, see the Options Reference page. Frequently Asked Questions Special thanks to Torsten Baldes, Matt Oakes, and Ben Sterling for the many ideas that got me started on writing Cycle in 2007.

CSS3 transform + jQuery flip card issue. 15 jQuery Plugins for 360 Degree Image Rotation. Making websites engaging and interactive is often one of the primary goals web designers have.

15 jQuery Plugins for 360 Degree Image Rotation

To achieve this they need adopt modern techniques and standards which include among others, jQuery slideshows and carousels with fancy animation effects to handle images. With jQuery around, web developers can easily implement such features while making them accessible to mobile browsers – a thing which is not possible with Flash. In this article, we are showcasing yet another set of plugins to enhance interactivity this time jQuery plugins for 360 degree image rotation. Basically, these plugins work like jQuery sliders but they display images in a differentpretty cool way. They have the power to display images in any angle 360 degrees. Here you will find that most of these resources are free so you can still grab some nice 360 degree image rotation image viewer even without spending. Advertisement Spritespin. Making jQuery work. Found some jQuery code that's perfect for your site, but can't make it work?

Making jQuery work

Don't worry, here's a small tutorial to lead you through. Let's start with an example. Suppose, on a good day, you read somewhere on the Internet something like ‘I found this cool way to prevent the current page in RapidWeaver from being a link. Here's the code:<script type="text/javascript"> $(document).ready(function(){ $('#current]').click(function(event){ event.preventDefault() });</script>Isn't that awsom?’ Want to use it on your site, but don't know how; or you can't get it to work?