Forums
Niels,
When you first showed me jQuery, I believe we put the jquery.js file in the scripts folder for each server because I needed to update IceBreak. Do you remember this? I assume that this file should be part of the system folders. So, the questions are:
Is the following line required in each HTML file?
Where should the jquery.js file be located?
<script src="/scripts/jquery.js"> </script>
Jim
Re: jquery.js file
Hi Jim;
Your assumption is correct. The jQuery framework in IceBreak is located in:
/system/components/jquery/jquery-1-7-1.js
1-7-1 is the current version, and we will ship new versions as soon they get avaiable. If you have an "older" IceBreak version – then it is safe to put your own version and jquery in this folder, knowing it will be replaced when a new version of icebreak is installed.
Best regards,
Niels Liisberg
Re: jquery.js file
Niels,
It appears that the following link is specific to the version of jQuery. If I specify
/system/components/jquery/jquery-1-7-1.js
in the program, how will it find the correct jQuery file on the next IceBreak update?
Jim
Re: jquery.js file
You code against a specific version of jQuery …
Best regards,
Niels Liisberg
Re: jquery.js file
Niels,
So, I develop 500 applications based on one version of jQuery and update IceBreak and the version number changes?? Or, is it backward comparable?
Jim
Re: jquery.js file
Yes – but we still ship the previous version – we never delete files.. And jquery changes over time so we can not just publish the latest version…
Best regards,
Niels Liisberg
Re: jquery.js file
Niels,
Re: jquery.js file
Hi Jim;
Best regards,
Niels Liisberg