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)
Change History (1)
Changed June 23, 2009 01:21AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Please use the forums for resolving programming issues, and the bug tracker only for reporting bugs. Thanks.