A client attempted to add a jQwery based web widget to a SharePoint 2010 hosted ASP file.
Using the Content Editor Web Part, they are able to save the web part, add it to the page and see the preview of it. However the Save button for the page is grayed out and remains grayed out until they remove the web part.
The code is below...Thanks in advance for any help or suggestions.
<WebPartPages:SPWebPartManager runat="server"/>
<script
src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"
type="text/javascript" ></script>
<!-- if using qwidget size "fill", make sure that the minimum height for the parent element of qwidget container on this page is 230 px.-->
<!-- IMPORTANT - if using multiple chat widgets on the same page: Please incrementally change the "qwidgetno" attribute on the div and script elements for each additional qwidget on the same page.-->
<!-- Beginning of QuestionPoint qwidget code. --> <div id="qpchatwidget" qwidgetno="1" ></div> <script id="qp.bootstrap" qwidgetno="1" type="text/javascript"
src="http://www.questionpoint.org/crs/js/qwidget/qp.bootstrap.js?langcode=1&instid=12940&skin=green&size=standard"
charset="utf-8">//<noscript>Please enable javascript to chat with librarians online</noscript></script>