John, $().height(), $().width() and others doesn't work, just because of small mistype in
jQuery.each( jQuery.macros.css, function(i,n){
jQuery.fn[ i ] = function(h) { // <- must be jQuery.fn[ n ] :)
return h == undefined ?
( this.length ? jQuery.css( this[0], n ) : null ) :
this.css( n, h );
};
});
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
