Possible jQuery conflict
Hey guys...I have got a jQuery statement that stuffs some rotating text out of an XML source onto our pages. (It's pretty simple, just one line: jQuery(document).ready(insertSnippet);)
It works GREAT when browsing live pages, but it seems to ALSO be stuffing the text at the very top of our backend Sitefinity edit screen for these pages. (But, weirdly, NOT the template they live inside of.)
Amy,
Hey, thanks Tim -
I did indeed have a content placeholder in the head of the master page. I removed it and reconfigured some of the included code, and it behaves MUCH better now.