Linked Questions

0 votes
1 answer
149 views

I try to get a div refreshed with jQuery. <div class="col-lg-8" id="btc"> Send <?php echo $bitcoin_price; ?></div> <script> $(document).ready(function () { var ...
Ronnie Oosting's user avatar
5 votes
3 answers
39k views

I have a chat box that i want to update :-) But I want only to refresh the div and not the hole page... Can someone help me?? Code: <div align="right" id="chat"> <?php include 'Chat.php'; ...
user1241123's user avatar
7 votes
2 answers
16k views

I'm trying to implement a simple code testing server. The client will submit their code on the webpage and we will run it with two test cases (which could take several minutes) and we'll post the ...
Kiarash's user avatar
  • 8,138
1 vote
5 answers
7k views

Im creating a dashboard for a large display at work, I have managed to get one div auto refreshing a php request page, but I can't think of a way of using this function on another div for another ...
GodsDead's user avatar
  • 325
13 votes
2 answers
10k views

I'm trying to update the content of "mydiv" without refreshing the entire index page. @mydata is given by mycontroller. I need to recalculate it every n seconds and pass it to "mydiv" With "link_to" ...
shiroe's user avatar
  • 617
0 votes
3 answers
8k views

How can I automatically update just the news feed of my site without updating the whole of it every 10 seconds?? I am creating a php code that pull information from an rss feed but I don't want the ...
Yesterday's user avatar
  • 571
0 votes
1 answer
2k views

I have many div in my aspx page. how to update the content of a particular div? It should update every one minute time interval.. with out reloading entire page..
Ayyappan Anbalagan's user avatar
2 votes
1 answer
1k views

I am using PHP to create a website and I use session for some parts such as keeping user logged in, etc. I set the session timeout to zero, so it expires when the browser is closed. My problem is that ...
Amir's user avatar
  • 1,915
0 votes
2 answers
746 views

Hi I've been using the suggestion made in Auto-refreshing div with jQuery - setTimeout or another method? to refresh a div. The div is refreshing a php script that is calculating lots of numbers in ...
Steve's user avatar
  • 21.5k
1 vote
1 answer
1k views

All, I have a question regarding Tabbed Panel in Struts2. If I have a few panels and I want the content on a tab to be updated every five seconds would how would I do this? Also, I only want the ...
Alex Barnes's user avatar
  • 7,228
0 votes
1 answer
40 views

I'm willing to make the following ( C# MVC 3.0): -Update a View when the user presses a button. - Such button has an authentication form. -If the user and pass he entered in the form is ok , the ...
paralel's user avatar