jQuery fans blog and community sharing news, plugins, video tutorials, demos and more.

Ajax-Zoom Review

If you want to showcase high resolution images on your website then you can never go wrong with Ajax-Zoom. This jQuery plugin, Ajax-Zoom does NOT require any browser plugins such as Flash, Java or Silverlight perfect for E-Commerce, extended product presentations and other applications. View…

Continue reading →

nativeDroid – a free theme for jQuery Mobile 1.3

Introduction I would like to present a new & clean theme for jQuery Mobile 1.3 calling nativeDroid. The first release of nativeDroid (v0.1) you can find on nativedroid.godesign.ch. Its freely available and can be used in any private and commercial projects. You’re just encouraged setting…

Continue reading →

jQuery Speed Test: $(this).attr(“id”); vs this.id

Leading on from Speed Test $(this) vs .get() vs .eq() I decided to do a quick test to compare the speed of $(this).attr(“id”); vs this.id which can be used on native attributes such as id, src, href, style etc… but not on properties such as…

Continue reading →

jQuery Speed Test: $(this) vs .get() vs .eq()

Each loop cache performance – test to see if grabbing the current element from inside the each is possible/faster from a cached array of elements. Namely $(this) vs .get() vs .eq() with .text() and textContent/innerText. Tests run with jQuery 1.9.1. Similar to: jQuery Speed Test:…

Continue reading →

jQuery refresh page on browser resize

Basic code snippet to refresh the page on a browser resize using JavaScript. //refresh page on browser resize $(window).bind(’resize’, function(e) {   console.log(’window resized..’);   this.location.reload(false); /* false to get page from cache */   /* true to fetch page from server */ }); If…

Continue reading →

Page 8 of 231 ←; First ... 6 7 8 9 10 ... Last →

Best CDN
scroll to top