Hello ,
i begin whith sharepoint server 2013 ,
i begin with sharepoint server 2013 , i can’t run javascript through Content edit Webpart or Scrit editor WebPart in display mode .
when make test in edit mode that works well . i make test with the code below :
<script type=”text/javascript” src=”/sites/prd/script/jquery-1.11.3.min.js”></script>
<script type=”text/javascript”>
alert(“test content”);
</script>
thank for your reply ,
i tried it but did not work , so load my .js file directly in the master page and it works well now
i tried it but did not work , so load my .js file directly in the master page and it works well now .
Thanks for your reply
Did you try adding your html and script in a text file and uploading to CEWP as mentioned in article
Prashanth
My Blog
Upload your jQuery file in Document Library of that site. I guess it will work.