Tag Archives: jQuery

One Plugin to end all jQuery Plugins

Well, I could not resist this catchy title, could I? Perhaps I could. In any case I have this idea and implementation where one jQuery plugin is sort-of-a “socket” (not a network socket, but a socket in the wall) into … Continue reading

Posted in Development, IT, jQuery, javascript | Tagged , | Leave a comment

Microsoft + jQuery = Love

Yesterday (on MIX10) Microsoft has re-iterated and strengthened its commitment to jQuery.  This is certainly (very) good news for jQuery (and John Resig) : http://visualstudiomagazine.com/articles/2010/03/16/mix10-jquery-announcement.aspx Very cynical geek (what, me ?) can appear very clever and write : What’s next … Continue reading

Posted in Development, IT, jQuery, javascript | Tagged | 6 Comments

3 jQuery Nuggets

In this post, I will “give” you 3 tiny jQuery plugins. They are present in almost all of my JavaScript enabled pages. At least theoretically this means they are worth it.

Posted in IT, javascript | Tagged | 1 Comment

jQuery.strict = true

(originaly published 2009 Mar 20) “strict” mode? Why? To make jQuery enabled web applications, faster and behave better, I suggest introduction of jQuery.strict. The purpose is to be able to impose strict logic of jQuery usage. Exactly the same intent … Continue reading

Posted in Development, IT, javascript | Tagged , | 4 Comments

Safe(r) and slow(er) jQuery

This is an jQuery 1.3.2 version of mine, made to work in the presence of Object.prototype (ab)use. http://dbj.org/jquery.1.3.2.safe.slow.js

Posted in IT, javascript | Tagged | Leave a comment