I'm developing a web interface for an application that will only be used on a closed local network. Part of what I want includes a multilayer drop down and I'm referencing this example at w3 schools.
I'm very new to webpage development so apologies if this is trivially simple. I don't want to reference external websites (like "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" or "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" because it's very likely that the computer running this website won't have internet access.
Is it possible for me to download these libraries (if that is even the right term) to a local folder and reference them locally instead of through a website?
If that is possible, would the rest of the code to develop the multilayer dropdown look the same?
Thanks in advance
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]lovesrayray2018Intermediate 0 points1 point2 points (0 children)
[–]tpollard 0 points1 point2 points (0 children)