JQuery Using custom jQuery events will save you a lot of headaches. If you use JQuery then you have likely already done events like this: $('button').click(function (e) { alert('hello!'); }); JQuery's event wrapper is very useful and it allows you to easily bind
JQuery Using Self-executing Functions to Preserve Dollar Sign compatibility in JQuery This is a very simple concept and is mostly common knowledge but I recently came across a need to use it fairly extensively and figured I would share. At my place of work
JQuery JQuery WMD Plugin In a previous post I discussed hunting down and implementing the WMD Editor. Aside from a bug in chrome that I managed to resolve fairly quickly, the only issue I've come across is