This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
angular.element.css() method has undocumented inconsistentcy with jQuery api #11626
Closed
Description
"When a number is passed as the value, jQuery will convert it to a string and add px to the end of that string."
http://api.jquery.com/css/#css2
jqLite does not appear to do this.
Can result in some nasty subtle bugs which only show up when jqLite in use.