Modify ↓
Ticket #7637 (closed bug: wontfix)
$(a).css('background') return empty string
| Reported by: | gaetan | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$(a).css('background')
return empty string.
But the setter
$(a).css('background','some value')
works.
I use
$(a).css('background-image')
to have the good value.
In the documentation, since 1.0, background is not supported, but it works for me until 1.3.2.
(Firefox 3.6.12 && Google Chrome 5.0.375.70)
Element :
<a href="#" style="background:url(image.png)">link</a>
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

As you stated yourself, the documentation for css() is clear about this: