Topic: Refresh/reload an external js file?
My rails app currently writes js code to a file. I have button to press reload. I could have it refresh the page, but id rather it just reload the js file. Is there a way i can refresh the current tag? I know i could create a new one with the src file path, but id prefer not to keep appending script tags.
Ideas?