Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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>
Note: See
TracTickets for help on using
tickets.
As you stated yourself, the documentation for css() is clear about this: