jquery mobile 1.4 css filepath
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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.