Use js script from one plugin in another plugin
The only thing that determines whether a function is available in another script is if it has been loaded before the other script attempts to use it. This is simply a matter of putting the <script></script> tag for the script with the function you need to use before the tag of the script that needs … Read more