Vineet Kumar
How will you reflect your javascript code changes to all the clients without having them to refresh the page?
By Vineet Kumar in JavaScript on Apr 03 2015
  • Pramod Verma
    Jan, 2016 6

    I have used versioning. But problem has not solved.

    • 0
  • Prasoon Abhinaw
    Sep, 2015 5

    It has to be called by adding different version from last one. You can use the same version that is of your build version. See the below example:myJavascript.js?3.0.1.2345

    • 0
  • Divesh Pal
    Aug, 2015 31

    ETags may be used for this scenario .

    • 0
  • Saravanan dhinakaran
    Aug, 2015 21

    How do you get your changed javascript code from server without any call?How versioning will help?

    • 0
  • Upendra Pratap Shahi
    Jun, 2015 5

    handle with JS version..

    • 0
  • Vaibhav Salwe
    May, 2015 30

    As per as my knowledge is concern you need to maintain version.If you know browser will cache css,js, image file if you want always latest copy from server then use following line./Yourjavascript.js?1.

    • 0
  • Madhuri Mishra
    May, 2015 1

    Add versioning with js

    • 0
  • Santhosh Subramaniam
    Apr, 2015 16

    Please refer this URL : http://stackoverflow.com/questions/118884/what-is-an-elegant-way-to-force-browsers-to-reload-cached-css-js-files

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS