#853 closed bug (fixed)
jQuery not assigning font-weight properly
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 1.1 |
Component: | core | Version: | 1.1 |
Keywords: | css | Cc: | |
Blocked by: | Blocking: |
Description
jQuery(element).css("font-weight",400);
this line does not work, as the default jQuery handling takes a number, and adds "px" to the end of it. I can manually handle this by using "400" or "bold", but otherwise an exception will be thrown.
JK
Change History (1)
comment:1 Changed 17 years ago by
Component: | ajax → core |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.1 |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.