I am working on some plugin of java script. I am using that plugin in my Project. Now there is needed some changes so i am changing that original js file and using that file. Now issue is when there is any update came, my changes has overridden or removed by that update. I am looking for how to override the original function from the original js file into new(mine) js file and how can i get updated version and can customize that file also? please help.