Tag-jquery

351reads
Sumon Math Game With JQuery

Sumon Math Game With JQueryview story

http://superdit.com This post will create that simple nice game, just to show that you can make it with simple jquery, please note that this only add the basic rule of the game, which are, we have to pick the total number that matched the appear random number thats all.

366reads
Implement an Image Slideshow Using a jQuery Plugin

Implement an Image Slideshow Using a jQuery Pluginview story

http://www.developerdrive.com Image slideshows are a dime a dozen on the web.You see them used for advertisements, featured articles, product showcases, and plain old photo reels.Today, we’re going to quickly implement a slideshow using the jQuery plugin Cycle by Mike Alsup.Cycle is a great plugin with years of development behind it. We’re going to use the Lite version. It lacks some of the features of the full version (like different transitions), but it is super lightweight. While the full version is 49kb, the lite version weighs in at only 8kb.

670reads
Learn the secrets of jQuery while in your pajamas - MightyDeals

Learn the secrets of jQuery while in your pajamas - MightyDealsview story

http://www.mightydeals.com This eye-opening online jQuery Course on Learnable.com is taught by jQuery guru, John Farrar and is not to be missed. By the end of the online lessons, with 80 individual steps and 37 video tutorials, you'll feel confident and at ease as you dive into selectors, try your hand at dom manipulation and much more.Enroll Now for $19, and save 52% 0FF the normal price!

389reads
Registration Open for jQuery Conference in Boston!

Registration Open for jQuery Conference in Boston!view story

http://blog.jquery.com Hey everyone! We recently announced the dates for our next jQuery Conference—October 1st and 2nd in Boston, MA—and we’re finally ready to open registration! Here are some top level bullet points for you:

4109reads
jQuery Conference 2011: Boston Conference Dates

jQuery Conference 2011: Boston Conference Datesview story

http://blog.jquery.com We are very happy to announce the dates and venue for the 2011 Boston jQuery Conference. We will hold our annual Boston Conference on October 1—2, 2011, at the Royal Sonesta Hotel in Cambridge, MA. Call for Speakers We are officially opening a call for speakers. If you would like to speak at the conference on topics such as jQuery, JavaScript, HTML5, CSS3, or general front-end development, please submit your talk proposal to us by July 15th. Speakers will be notified, confirmed, and announced within a week after the deadline. Registration We will be opening registration soon. You can fill out the form on the events home page and be notified the instant tickets are available. Hotel

5169reads
Hover Image Zoom With JQuery

Hover Image Zoom With JQueryview story

http://superdit.com Very quick and simple tutorial to creating zoom effect using jquery. This quite nice to added in a gallery websites or portfolio. Just manipulating jquery animate function.

383reads
jQuery 1.6.2 RC 1 Released

jQuery 1.6.2 RC 1 Releasedview story

http://blog.jquery.com This is a preview release of jQuery. We’re releasing it so that everyone can start testing the code in their applications, making sure that there are no major problems. You can get the code from the jQuery CDN: http://code.jquery.com/jquery-1.6.2rc1.js You can help us by dropping that code into your existing application and letting us know that if anything no longer works. Please file a bug and be sure to mention that you’re testing against jQuery 1.6.2 RC 1. We want to encourage everyone from the community to try and get involved in contributing back to jQuery core. We’ve set up a full page of information dedicated towards becoming more involved with the team. The team is here and ready to help you help us!

396reads
12 JQuery Based Rich Text Editor

12 JQuery Based Rich Text Editorview story

http://superdit.com Rich Text Editor maybe one of a must feature in publishing web application like wordpress, joomla, or any other CMS, here I’m collecting some of rich text editor based on JQuery, surely it must be used for JQuery lover.

454reads
jQuery Color v2 Beta 1 Released

jQuery Color v2 Beta 1 Releasedview story

http://blog.jquery.com Back in 2007 we released the jQuery Color Plugin, and it has been providing you with color-based animations ever since. We are now preparing a second version of this plugin which adds an API, RGBA, HSLA, and many other features. It is time for a beta! The repository for this plugin can be found at github.com/jquery/jquery-color.  There are also uncompressed and minified versions available on code.jquery.com.

585reads
Sliding Stacked Images With JQuery

Sliding Stacked Images With JQueryview story

http://superdit.com A sliding door effect can be used what the site offer. like a vertical accordion, sliding door effect or whatever you called it. All the images must have the same size, in both width and height, the hovered images will shows entirely, and the others will mostly hidden.