<div class="grid--cell fl1 lh-lg">
<div class="grid--cell fl1 lh-lg">
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, <a href="/help/reopen-questions">visit the help center</a> for guidance.
</div>
</div>
</div>
<div class="grid--cell mb0 mt8">Closed <span title="2012-04-01 07:52:28Z" class="relativetime">8 years ago</span>.</div>
</div>
</aside>
i am adding a auction section to my website , i can easily make a php version, however i wanted to make it look a bit better. I want for it to reload automatically, in other words the user sits there and watch all the other bids, new listings etc... happen infront of them without reloading the page.
Is it possible to do this with AJAX or Jquery.
Any tips or tutorials would greatly help me, i have had a look on google but have not found much close enough to what i want.
Thanks
</div>
It possible (and recommended) to do this with AJAX in jQuery.
See the jQuery AJAX api for tips.
Yes it is possible. Assuming that you know jQuery, the nature of AJAX requests and you want a live "stream" of the data for your auction, you might want to consider Comet methods of retrieving live data