I am struggling to get my jquery to stay in order within Sitefinity. The dragging out of Sitefinity widgets onto a page is breaking my script links in the of my master page.
A thread has started on the Sitefinity forum: http://www.sitefinity.com/developer-network/forums/developing-with-sitefinity-/how-to-adjust-around-sitefinity-scripts#S2PcF40QrkClp_vEDb6cqg
Any help would be greatly appreciated. I cannot be the only one running into this problem...
Thank you in advance,
Use sf:resourcelinks to ensure no conflicts between Sitefinity and RadControls when loading jQuery.
Use asp:scriptmanager instead of the radscriptmanager.
Use JavascriptEmbedControl to load scripts at fixed positions to ensure file-loading when mix-matching loading external and inline scripts
For more information on the best way to load jQuery, check this forum thread. And read here for a disclaimer when using the JavascriptEmbedControl icw VisualStudio.