PLC Siemens S7-1200 web server

PLC Siemens S7-1200 web server

Good morning everyone.
I'm newbie and it's first time I use JQuery scripts, and I get a problem with server's compatibility: when I load into PLC the file "jquery-2.0.2.min.js", PLC does not accept the " ]]" sequence of characters and stops uploading.
I tried to change the code in HTML page, writing 
<script src="https://code.jquery.com/jquery-2.0.2.min.js"></script>
and I can load code in PLC and use web page correctly, but when I try to browse the page in offline mode, it doesn't work... (the PLC will not be connected to Internet!).
How can I use JQuery on this PLC ? is there an older release that doesn't have that sequence in it's code?
Sorry for my english (and for my developing improvesation   )
Thanks