[web2py] Setting a background images with jQuery

2020-02-20 Thread Paco Bernal
Maybe you can try with https://domain/static/images/background1.jpg in the array because you need to get the picture from the server and the URL you are using does not point to any picture in front side I think... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Setting a background images with jQuery

2020-02-20 Thread mostwanted
I cant seem to be able set a background image with jQuery using css in web2py, I have been trying to create a background slide but all i am getting is white canvas! I dont know why this is happening! var images=new Array('images/fairytale.jpg','images/gamaila.jpg', 'images/gathuli.png');