I'm new to SharePoint. We have 2010. I want to use jQuery on a single page, not the entire site. What's the best way to do this? Can it be done without modifying the master page? Thanks!
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can either use a CEWP (Content Editor Web Part) or a HTML Form Web Part. The best way is to create a script file that contains the code from the link below. http://sympmarc.com/2011/05/03/adding-jquery-to-a-sharepoint-page-step-one-always/ Once you've created your .js file, upload this file to a document library. Use a CEWP and point the Content Link to the URL where you've uploaded your .js file. That's really all it'll take, but if you have questions, feel free... |
|||||||
|