jQuery .css() function not returning expected values

前端 未结 7 1368
情歌与酒
情歌与酒 2020-12-31 08:10

Alright, I\'ve search the jQuery docs (needs somebody devoted to maintaining), I\'ve searched SO, and I\'ve searched Google. I can\'t find the answer to this question.

相关标签:
7条回答
  • 2020-12-31 08:35

    This is indeed an issue in newer versions of jQuery. If this is an important feature for you, you can try downgrading to 1.4.2 where it is still working properly.

    Source: Comments at http://api.jquery.com/css/

    0 讨论(0)
提交回复
热议问题