jQuery Topics

Recently Released jQuery Plugins

As always expected from the jQuery community, the compilation we have for you today are some good and impressive recently released jQuery plugins. Enjoy! Related Posts: jQuery and New HTML5 Essentials Interesting JavaScript, jQuery & Random Web De...

Read more

jQuery PNG/JPEG/GIF Plugins

A collection of jQuery PNG/JPEG/GIF plugins that enables image animation, cartoon-like background, etc… let them help you design displays for your webpage images. Enjoy! Related Posts: 100 jQuery Sliders for Images/Content jQuery PNG Fix for IE6 ...

Read more

JavaScript/jQuery Zip/File/Compressor Plugins

A collection of JavaScript/jQuery Zip/File/Compressor plugins that allows you to minify your JS code and compress your JS files ready for zip files. Enjoy! Related Posts: 10 Online Tools to Help Optimize and Format CSS 10 Core/Client/Server JavaScript ...

Read more

jQuery Keep Element in View When Scrolling

Quick jQuery code snippet on how to keep an element in view. For demo scroll down on any page on the blog and see ads on right sidebar ads, they remain inview as you scroll down the page. Then go back to normal view when you scroll up again. Demo Scrol...

Read more

The Best Way to Load jQuery Library (with fallback)

Here is what I think is the best and most reliable way to load jQuery library and jQuery UI Libraries. Nowadays everyone is using the Google CDN to load in the latest version of the jQuery library, this is leading to many browsers caching this file. If...

Read more

jQuery Output All Attributes of Element

jQuery code snippet which outputs all attributes of element using the default .attr() function on any dom element(s). usage: output:

Read more

jQuery capture window resize

Use jQuery capture the event of when the browser window is resized, then do something. In the example below it logs the window’s new size.

Read more

Make it safe to use console.log always

Make it safe to use console.log always with this handy little JavaScript code snippet. Console.log’s can break in Internet explorer and other browsers with console disabled, better safe then sorry! Also see: Lightweight wrapper for Firebug consol...

Read more

jQuery remove table column (by column number)

Simple jQuery code snippet to remove an entire table column based on the column number. It also removes the table row heading associated with the removed column.

Read more

jQuery Array Search Simple Example

Quick example on how you can use jQuery’s $.map() function to grab a value from an array of JS objects. In the example I have an array of JS objects that contain days and prices, we want to extract a price for a specific day.

Read more

Lightweight wrapper for Firebug console.log

Quick share of an easy way to do console.log’s while web developing. You can now just type log instead of console.log. Small change, big time saver. Also see: Make it safe to use console.log always Source: paulirish.com/2009/log-a-lightweight-wra...

Read more

jQuery count the number of checked checkboxes

Simple jQuery code snippet to count the number of checkboxes checked in a table.

Read more

jQuery Clear All Timeouts

Firstly, setTimeout() and clearTimeout() are pure JavaScript functions but are regularly used in JavaScript animations and the jQuery library. Sometimes when you have timeouts set up you may want to cancel them, in order to do this you need to store th...

Read more

Just Added: Training at SF jQuery Conference!

In response to the flood of requests and emails, and our original promise to work on this, we’ve got an announcement: we’ve added a single day Beginner/Intermediate training right before the San Francisco jQuery Conference :) Tickets are on sale now (left side, below the fold). The training will be provided by our friends at Bocoup, [...]

Read more

10 Ajax/jQuery Autocomplete Tutorials/Plugins

Today we are sharing you our compilation of best Ajax and jQuery autocomplete and autosuggest tutorials and plugins with examples. People these days want an instant search and for this, search engines like Google are doing just this. Enjoy! Related Pos...

Read more

jQuery Resources

Learn more about jQuery

jQuery News & Links

Live edit functionality in web pages and web apps is all the rage these days but never fun to implement. ...

I only just found out that the jQuery validation plugins has a validation rule called “remote” which can be used ...

jQuery function to check if horizontal scroll is present – hasHScrollBar() – (or vertical check below also, util function to ...

jQuery function to Set any DOM Element to Top View (bring to front) using CSS Z-Index property.

Is it possible to declare arrays in JavaScript object literal notation? Example 1 – this works with arrays Declaration: Storage ...

To get the a variables type using jQuery there is a jQuery function called .type() which returns “array”, “string”, “number”, ...

In this post you can find tutorials which explain step by step different API use cases with jQuery like Google ...

For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products ...

Today we are sharing with you a collection of awesome jQuery Camera Photo plugins. They offer a range of image ...

Back in the day, if you saw something that was animated on a website it was automatically assumed to be ...

In this post, we have compiled a list of 10 jQuery HTML5 Audio players available today, most allow native audio ...

jQuery Mobile is a powerful framework for making mobile web applications. But can we use it to convert existing desktop ...

I have jotted a quick post on a Basic JavaScript Regular Expression Example to give beginners out there a taste ...

In April 2012′s edition of Interestingly Random JavaScript, jQuery and Web Development we bring you some very cool stuff such ...

In this post we are sharing you a roundup of 10 really jQuery plugins as of today. Pretty cool plugins ...

As always expected from the jQuery community, the compilation we have for you today are some good and impressive recently ...

A collection of jQuery PNG/JPEG/GIF plugins that enables image animation, cartoon-like background, etc… let them help you design displays for ...

A collection of JavaScript/jQuery Zip/File/Compressor plugins that allows you to minify your JS code and compress your JS files ready ...

Quick jQuery code snippet on how to keep an element in view. For demo scroll down on any page on ...

Here is what I think is the best and most reliable way to load jQuery library and jQuery UI Libraries. ...

More Links & News

Community Resources

Use jQuery and the Google Maps API to create your own map application.

Super cool and easy way to get stylish tooltips with jQuery.

The right way to include the jQuery library in WordPress.

Share a resource