Modify ↓
Ticket #4803 (closed bug: invalid)
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: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


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