jQuery fans blog and community sharing news, plugins, video tutorials, demos and 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.

Continue reading →

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

Continue reading →

jQuery count the number of checked checkboxes

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

Continue reading →

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 the settimeout in a…

Continue reading →

jQuery .htaccess include files concatenation

This is how you can use .htaccess to combine your JavaScript includes into one file to speed up the loading of your web pages.

Continue reading →

Page 72 of 232 ←; First ... 70 71 72 73 74 ... Last →

Best CDN
scroll to top