|
Jun
5 |
|
awarded | Notable Question |
|
May
30 |
|
awarded | Popular Question |
|
May
30 |
|
awarded | Nice Question |
|
May
9 |
|
awarded | Popular Question |
|
Apr
23 |
|
awarded | Popular Question |
|
Apr
22 |
|
awarded | Notable Question |
|
Apr
6 |
|
awarded | Popular Question |
|
Mar
29 |
|
awarded | Famous Question |
|
Mar
12 |
|
accepted | Reload/Refresh section of page using jquery |
|
Mar
12 |
|
comment |
Reload/Refresh section of page using jquery ok I tested it and it works on the server. Thank you so much @Martin. I appreciate all your help with this. I am going to mark this as an answer and also going to upvote it:)> |
|
Mar
12 |
|
comment |
Reload/Refresh section of page using jquery Because I tried testing it on local HTML page and it did not work. I will try it on the server and see if it works. I appreciate all your help so far. |
|
Mar
12 |
|
comment |
Reload/Refresh section of page using jquery So while it is running Activity1, if I make any updates to my HTML section of Activity3, it should display the updated version of my text when it shows up Activity3, right? |
|
Mar
12 |
|
comment |
Reload/Refresh section of page using jquery actually there is a script that keeps on generating this page. And I just need to refresh this page so that it gets the most updated version of itself from the server. Is it not possible to add jquery code in jsfiddle so that the page refreshes everytime it moves to a different section. Currently it does update but at the end of the cycle and in between sections. |
|
Mar
12 |
|
comment |
Reload/Refresh section of page using jquery thanks for the update but all I have is a simple HTML page. I will not be able to use any scripting languages on the page. Is it possible using only jquery/ajax to refresh the page after every section and redirect it to correct section? |
|
Mar
12 |
|
comment |
Reload/Refresh section of page using jquery Can you show me how to reload the page and take it to a different section after reload? |
|
Mar
12 |
|
comment |
Reload/Refresh section of page using jquery Yes that is right. If possible I would like to reload the page and take it to a different section and not start over again. |
|
Mar
11 |
|
comment |
Reload/Refresh section of page using jquery Martin thanks for your reply. I tried above code but the scrolling stops working. Also, there is not a direct URL through which I can call data source. Is it possible to reload the page? |
|
Mar
11 |
|
comment |
Reload/Refresh section of page using jquery The current code refreshes the page after end of entire cycle. But I do not know how to refresh the page in between sections. So in above code line this.callback = function () { if (this.currentSection >= this.numSections-1) { this.onFullCycleCompleted(); }; refreshes page after entire cycle. I am not sure how to tweak it so instead of entire cycle it refreshes after each section. |
|
Mar
11 |
|
asked | Reload/Refresh section of page using jquery |
|
Mar
6 |
|
comment |
Multiple divs autoscrolling one after another with fixed title/header It does help. You are the best. Thank you so much @marty. I appreciate this. |