[jQuery] Re: uhhh.......WAT?

2007-09-28 Thread Michael McDaniel
I couldn't help myself when I read this message... I just about busted out laughing. I had a similar feeling and even posted about it in my blog... http://www.mczen.com/blog/viewitem.aspx?id=573e5cfb-f714-4cf4-bc51-e6aa6cfebc9e I feel his initial pain, but love is in the air. On Sep 27, 10:44 am

[jQuery] Re: toggle and checkbox

2007-09-28 Thread Michael McDaniel
Here is a little extension I wrote for jquery to do disabling: jQuery.fn.extend({ filterHasDisabled : function(){ return this.filter(function(){return (typeof(this.disabled)!=undefined)})}, disabled: function(h) { if (h!=undefined) return this.filterHasDisabled().each(function(){this.di