[web2py] Re: Adding the loading gif to my application

2020-01-18 Thread mostwanted
The problem is when i click a link to go to other pages the links only works at loading the gif, they dont re-direct to relevant requested pages! What am i doing wrong? How can I fix it? *loading.load* *LOADING SCRIPT* #loading { visibility: hidden; }

[web2py] Re: Adding the loading gif to my application

2020-01-17 Thread Dave S
On Friday, January 17, 2020 at 1:58:12 PM UTC-8, mostwanted wrote: > > Hi guys can someone please help me with a clear definition of how I can > add a loading gif to my application, one which will be displayed while the > user is waiting for a page to open after clicking a link. Most of the >