Hello All,
Novice here, trying to sort out all the nooks and crannies...
I would like to package a jQuery script with my skin installation package. I know the script itself is sound, and that the site is properly configured to run the script, (I have inserted the jQuery directly into the .ascx file, and the script executes perfectly.)
However, I would prefer to include the jQuery with the package itself, and not have to make edits to the .ascx file after installing the package.
I've tried including the script inside the .htm head; but the script does not carry over when the .ascx file is created, it seems as though the script is being sanitized out of the .ascx file?
I've also tried including the script as an external file, with similiar results: I wondered if this might be because I used incorrect tags in the manifest file (I am just using the standard "skinFile" tag, wasn't sure if I need a special script tag?)
To Summarize -
- Can jQuery scripts be included with the skin package on installation, so as not to require later editing of the .ascx file?
- If so, am I perhaps missing the correct tag in the manifest file, or any other considerations I should be aware of? As I mentioned above, I know the script itself is good, and I know the site is configured to support jQuery.
Any light that could be shed on the matter would be greatly appreciated!