How to get the url address of the background image with jquery?
仅有的幸福
仅有的幸福 2017-05-19 10:41:23
0
1
682

How does jquery get the url address of the background image?

仅有的幸福
仅有的幸福

reply all(1)
世界只因有你
$("#target").css("background-image").split("\"")[1]

Get the content first and then split the string to get it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template