Opened 10 years ago
Closed 10 years ago
#14105 closed bug (duplicate)
$(object).css("border") doesn´t work in Firefox
Reported by: | 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!
Note: See
TracTickets for help on using
tickets.
Duplicate of #13421.
From http://api.jquery.com/css/:
Use guaranteed-readable properties like "border-left-width", "border-bottom-color", etc.