jQuery ui on a closed network
Hello!
I was playing around on my sharepoint site and wanted to try to implement tabs to my New Item form.
I´ve never used jquery before but have done a few simple modifications with a custom css stylesheet.
I found this, what seemed to be just what I was looking for:
In his script he points to the url´s for the jquery, jquery ui and the stylesheet. But I want to be able to run this script offline since I´m on a closed network. So I uploaded the .js and css files to my site asset and made the script point to them instead. To my (no so) surprise it didn´t work. The entire form disappears.
Is there something else I need to do to make this work other then just following the urls, copying the code and saving it to txt and uploading them to my asset?
Any help appreciated :)