I've installed the jQuery component, but I'm afraid I'm not understanding the instructions. Here is what I think I am to do:
- In Publish View, under the Publish menu select "Publish Components..."
- Apply a check to the box beside "Swissknife... Replace NOF-jQuery".
- In the <HEAD> section, insert a call to my alternative version of jQuery, for example, using the Google CDN:
When I do a local publish and look at the code, the NOF call to jQuery is still there -- nothing appears different.Code:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"> </script>
Should it be gone? Should it have a comment tag around it?![]()