I\'m learning how to use jquery with SharePoint. My example draws a red box inside the Content Editor Web Part when a link is selected. My code works when the SharePoint p
Recently I have encountered with a problem I think it might help someone.
In SharePoint head tag if you place the script tag like
then jQuery is not working but if you place like
See the difference then it's working.
I am surprised!