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