Skip to content

benjamint08/reRunJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

reRunJS

"A simple JavaScript file that allows you to 're-run' scripts."

How to use it:

In your <head> of your HTML file, add:

<script src="rerun.min.js></script>

And then whenever you need to re-run a script, just use:

rerun(document.getElementById('scriptId')); < Doesn't have to be a getElementById, it just needs to be an Element with the script tag.

About

A simple JavaScript file that allows you to 're-run' scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published