Questions tagged [page-loading-message]

14 questions
4
votes
3 answers

Adding a page loader using jQuery

I need a little help. I do not know where to start. I need to add a page loader to my website. I first submit a form it then uses SimpleXML to call an exterior XML Sheet with expedia... It takes a minute to load, so I would like to add the image…
luv2code
  • 1,216
  • 6
  • 22
  • 42
3
votes
2 answers

Show a Loading Message using master pages while page loads data asp.net

I have spent hours Googling and searching past questions but have struggled to get anywhere with those answers (be it I can't get it into my solution correctly or it isn't suitable for me as they don't have master pages). My question is, I have a…
ian_mac123
  • 107
  • 1
  • 2
  • 14
3
votes
2 answers

Jquery mobile. Loading message on page change

I'm building offline application with Phonegap + JQM. Is there any possibility to set globally that on every page change event would showing loading message?
Robertas Setkus
  • 3,075
  • 6
  • 31
  • 54
2
votes
1 answer

Best method to show Loading message till an ASP.NET page loads content

I have an ASP.NET web page where i have several DIV's (with runat="server") and i am showing records from DB in that.The number of records /data to be shown would be huge some times,I have put the code to load the content in div , in my Page_Load…
Shyju
  • 214,206
  • 104
  • 411
  • 497
1
vote
2 answers

How to disable the loading message in the header of a jQuery Mobile page

I want to disable the loading message in the header only when transitioning between jQuery Mobile pages. Alternatively, if I can change the default "loading" text, that would also suffice. I have tried $(document).bind("mobileinit", function(){ …
rlemon
  • 17,518
  • 14
  • 92
  • 123
1
vote
1 answer

how to display a textual carousel while the page loading the images

I've got an image heavy web page. 200 images totaling 100Mb or so. I can do lazy loading them but I'd like to try a different technique. Display a "page-loading-indicator" screen while downloading the images behind the scenes ( to ache ) but more…
Average Joe
  • 4,521
  • 9
  • 53
  • 81
0
votes
1 answer

Synchronous AJAX, page loading gif

I have multiples Synchronous AJAX requests and it takes 3 seconds to load my page . What i want to do is to display a loading page ( with a gif ) and when the page is loaded like when the Ajax requests are completed it fades out. I followed an…
azelix
  • 1,257
  • 4
  • 26
  • 50
0
votes
0 answers

I want to implement loading content page once masterpage is loaded

I want to load the content page once the master page content is loaded. I have tried something like this default.aspx