Skip to main content

Bug Tracker

Side navigation

#4803 closed bug (invalid)

Opened June 22, 2009 10:56AM UTC

Closed June 23, 2009 01:21AM UTC

Page is not showing latest data from DB on page refresh by ajax

Reported by: van Owned by:
Priority: major Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

I have two DIV tags in one file called "index.php". When I saved the data in the database and refresh/load the DIV using "load" function of Ajax. It is not showing the latest values stored in the database.

Please refer the code given below used after saving the data.

$("#contact_list").load("/clients/index.php #contact_list",'{rnd:2}',function(){

$('#contact_list').customFadeIn(0);

$('#loading').customFadeOut(0);

});

Please guide me for the same.

Attachments (1)
  • index.php (5.4 KB) - added by van June 22, 2009 10:57AM UTC.

    this the file where i have the 2 DIV tags among them first is not working

Change History (1)

Changed June 23, 2009 01:21AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

Please use the forums for resolving programming issues, and the bug tracker only for reporting bugs. Thanks.