Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Thank you for your reply. I've tried adding the time stamp but it makes no difference. Commented Nov 26, 2013 at 15:55
  • @Daveo : Are you getting any script errors ? Use firebug to see what happens Commented Nov 26, 2013 at 16:01
  • 1
    There should probably be a questionmark before $.now(), otherwise the url will break. Commented Nov 27, 2013 at 7:31
  • I had the similar issue only in IE for an MVC Application, where cached data was causing error. After adding cache:false, it works as intented Commented Apr 5, 2016 at 16:29
  • Thank you @Shyju, it saved my efforts and fix issue with simple parameters Commented Jan 13, 2020 at 9:14