jQuery library file in SharePoint
I'm trying to use the accordion plugin but the CDN is blocked when I use it in SharePoint, but not if I just plug it into notepad as a standalone web page.
So I downloaded the libraries for the two scripts used, but am confused as to whether I'm supposed to take the folder and all the files init and just drop it into SharePoint and point to that folder or what?
The script and style sheet sources are:
But if I drop the entire folder into a document library in SharePoint and modify the URL's above to point to that folder, it's not pointing to a .js file. Yet when I search the folder for the library version I downloaded (1.10.2 and 1.10.4) there are no files by the names jquery-1.10.2.js or jquery-ui.js
Sorry if this is a newb question, I'm new to jQuery and using libraries, especially in SharePoint.
I guess I could also GO to the URL's and view the script code and stick them into my own files labeled as .js and .css respectively and plug those files into a document library in SharePoint and just link to those, but I'm curious as to if this is the appropriate thing to do.