data not updating while clicking on browser back button

PSR

I have a page which is displaying some records(news details) each record has a hyper link. The data is coming through Ajax. When I click on a link (news) it is displaying the details of that news in the same window.

Then I deleted that news then I clicked browser back button. Again whatever the news I saw before delete, all those news are displaying.

I am able to see Ajax call at browser console. But, actually the call is not going to action class (I am getting the previous data).

When I click on browser back button. Will the Ajax call go to the action class or not? What will happen when I click on browser back button?

BenM

You might be caching the AJAX results. Try using $.ajaxSetup({ cache: false }); before your ajax statement and see if that helps.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

.onAppear is calling when I navigated back to a view by clicking back button

분류에서Dev

Browser's back button hidden by unity launcher

분류에서Dev

ruby on rails, redirect if hitting back button in browser

분류에서Dev

Trigger an event on back button in browser/android with javascript

분류에서Dev

GWT save data in TextBox by clicking a Button

분류에서Dev

null pointer exception while clicking the button in custom dialog window

분류에서Dev

How can I trigger a YouTube video to play in browser on iOS by clicking on a play button instead of the embed?

분류에서Dev

Changing text of a button on clicking

분류에서Dev

After a succesful sign-in when user click on the back button of the browser, "login" page should not appear

분류에서Dev

GPG error while updating

분류에서Dev

Updating a dataset and displaying it back to datagridview

분류에서Dev

Single page, carousel-style, slide website:Navigate to previous slide, on browser back button, without defaulting to home slide?

분류에서Dev

Oracle blocking table while updating

분류에서Dev

Not able to produce action upon clicking the button

분류에서Dev

Increment form control Value by clicking a separate button

분류에서Dev

avoid auto-refresh on clicking button

분류에서Dev

How to output the price when clicking the radio button?

분류에서Dev

Slide-to-the-right submenu after clicking a button

분류에서Dev

Weird crash while navigating back

분류에서Dev

Back button not working in Media player

분류에서Dev

To disable back button in popup window

분류에서Dev

Back Button Does Not Stop Handler

분류에서Dev

Clicking a http(s) link in Thunderbird does not open the link in the browser

분류에서Dev

Run custom command instead of browser when clicking http(s) links

분류에서Dev

Open ssh in terminal by clicking on "ssh://user@host" links in browser

분류에서Dev

Infinite scrolling Flipview updating content while flipping

분류에서Dev

Error while updating the database with multiple php files

분류에서Dev

Eclipse Updating a long range of data

분류에서Dev

Change foreground color of back button in UWP NavigationView

Related 관련 기사

  1. 1

    .onAppear is calling when I navigated back to a view by clicking back button

  2. 2

    Browser's back button hidden by unity launcher

  3. 3

    ruby on rails, redirect if hitting back button in browser

  4. 4

    Trigger an event on back button in browser/android with javascript

  5. 5

    GWT save data in TextBox by clicking a Button

  6. 6

    null pointer exception while clicking the button in custom dialog window

  7. 7

    How can I trigger a YouTube video to play in browser on iOS by clicking on a play button instead of the embed?

  8. 8

    Changing text of a button on clicking

  9. 9

    After a succesful sign-in when user click on the back button of the browser, "login" page should not appear

  10. 10

    GPG error while updating

  11. 11

    Updating a dataset and displaying it back to datagridview

  12. 12

    Single page, carousel-style, slide website:Navigate to previous slide, on browser back button, without defaulting to home slide?

  13. 13

    Oracle blocking table while updating

  14. 14

    Not able to produce action upon clicking the button

  15. 15

    Increment form control Value by clicking a separate button

  16. 16

    avoid auto-refresh on clicking button

  17. 17

    How to output the price when clicking the radio button?

  18. 18

    Slide-to-the-right submenu after clicking a button

  19. 19

    Weird crash while navigating back

  20. 20

    Back button not working in Media player

  21. 21

    To disable back button in popup window

  22. 22

    Back Button Does Not Stop Handler

  23. 23

    Clicking a http(s) link in Thunderbird does not open the link in the browser

  24. 24

    Run custom command instead of browser when clicking http(s) links

  25. 25

    Open ssh in terminal by clicking on "ssh://user@host" links in browser

  26. 26

    Infinite scrolling Flipview updating content while flipping

  27. 27

    Error while updating the database with multiple php files

  28. 28

    Eclipse Updating a long range of data

  29. 29

    Change foreground color of back button in UWP NavigationView

뜨겁다태그

보관