id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
812	CSS px set	john		"in jquery.js there is:


           // Handle passing in a number to a CSS property
           if ( value.constructor == Number && type == ""curCSS"" )
               return value + ""px"";


that +""px"" ruins  a lot of things and has big impact for users (a lot to
change in existing codes)

This ruins opacity in FF $(el).css('opacity', 0.5); will not work
I would not send this email if i would find something to fix this in
compat plugin."	bug	closed	major	1.1	core	1.1	fixed				
