Include external js libraries in webapps

Hugo31
Hugo31 Registered Posts: 2

Hi all,

I would like to include an external plugin (say jquery tablesorter for instance) in a webapp without accessing it with a CDN link.

I have no access to the local/static repository, I would like to rely on project libraries only.

I guess I should copy/paste the content of the tablesorter.min.js (mottie.github.io/tablesorter/dist/js/jquery.tablesorter.min.js) into a project library file, and reference this script in the javascript code, but I can't figure out how.

Can you please provide me with some guidance or any other idea?

Thank you,

Answers

Setup Info
    Tags
      Help me…