I have a custom control kept inside a div that changes its contents only on refresh, so I am thinking to use something that can refresh only the div.I am trying to do face book wall like concept.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
closed as not a real question by Michael Petrotta, Aziz Shaikh, Flavius, bažmegakapa, Jack Sep 24 '12 at 8:17
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
try like this
|
|||
|
|
|
You can use setInterval to continuosly perform an action. clear it with clearInterval(intv);
Above will do something ever 5 seconds, then cancel the polling after 30 seconds. |
|||||||
|
