I'm upgrading the project to jquery mobile 1.4, but now my icon with link url("files/views/assets/image/hsl_circle_blue.png") is no longer working. Does anyone know the correct way to write local links?
I'm upgrading the project to jquery mobile 1.4, but now my icon with link url("files/views/assets/image/hsl_circle_blue.png") is no longer working. Does anyone know the correct way to write local links?
Hello!
Please take a look here https://getsatisfaction.com/apperyio/...
Unfortunately those don't work.
Hello,
It depends on where your CSS is located.
If you are using standart CSS assets for this goals you can try to use this path:
prebackground: url(../../../../files/views/assets/image/no-image.jpg);/pre
Thanks so much! That did it.