Today we will create a website template with some really sweet animations using jQuery.
In today's tutorial we will create an expanding image menu with jQuery. The idea is to have some columns with black and white image slices that will make a content area slide out when we click on them. We will also slide in the colored version of the image, creating a neat effect.
Today we will create a slick animated content menu with jQuery for a restaurant theme. The menu items will be animated and when clicked, a content area with more information will appear. Also, he background image is going to change according to which menu item was clicked.
This tutorial shows you how to build a nice-looking, smooth contact form that visitors can use without having to leave the page they're reading.
Learn how to build a nice-looking sliding photo gallery using JavaScript and jQuery.
Learn how to use jQuery, and the jQuery UI Draggable and Droppable plugins, to create drag-and-drop interfaces in your web pages. Includes a full drag-and-drop card game example.
Shows you how to use events in jQuery to add rich interactivity to your JavaScript apps.
In this tutorial, we'll take a look at how jQuery's beta templating system can be put to excellent use in order to completely decouple our HTML from our scripts.
Short tutorial about using keyboard in jQuery.
In this tutorial we will create a simple 5 star rating system using jQuery, MySQL, PHP and AJAX. We will use jQuery to highlight the star the mouse is over and the preceding stars, AJAX to send the vote to the server, PHP to process the vote and MySQL to store the vote.
Today I want to create a simple traditional memory game based on JQuery this example using only client side scripting, most people already know how to play this game, usually this game using some card, we must find the same card in two sequential time, if we found it the card would opened until we have all the card empty.
Tutorial about creating twitter-like scroll.
In this tutorial, we are going to create our own version of Facebook's wall. We will be using Facebook's Graph API with jQuery, and the template plugin. The jQuery.tmpl plugin will allow us to define templates within our page, and convert the posts we?ve obtained from the API into a real HTML page.
The jQuery UI is a fantastic set of controls that we can add to our applications to make them more dynamic. It can provide everything from a full-fledged calendar with date picking support, down to a simple slider. Today, we'll see how to include one of the more common jQuery UI controls, and write a bit of JavaScript to get it working.
When it comes to animating objects in a webpage or application, there is becoming an ever increasing number of options. We can now use Flash, Silverlight, or even plain CSS. However, because jQuery provides so many user-friendly tools to perform animations from the trivially simple to the ever complex, it is often the go-to technology for animations on the web. Today, we?ll dive into the animate() method and do some things to a div element that you've probably never done.
Tutorial abour creating drag and drop button with jQuery.
In this tutorial we're going to make a simple dropdown menu with jQuery.
In this tutorial we're going to use jQuery to make a slideshow.