Side navigation
#14105 closed bug (duplicate)
Opened July 05, 2013 12:34PM UTC
Closed July 05, 2013 12:54PM UTC
$(object).css("border") doesn´t work in Firefox
Reported by: | manuel.simon.steinberg@googlemail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I try to read the border css with the script in summary and everytime i get null as callback. i tried other options, e.g. "border-width" or "border-color", it doesn´t work in Firefox.
In Opera it works!
Attachments (0)
Change History (1)
Changed July 05, 2013 12:54PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #13421.From http://api.jquery.com/css/:
Use guaranteed-readable properties like "border-left-width", "border-bottom-color", etc.