Widget:LoadOutlineContent: Difference between revisions

From Rinchen Terdzö
((by SublimeText.Mediawiker))
((by SublimeText.Mediawiker))
Line 1: Line 1:
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script
  src="https://code.jquery.com/jquery-2.2.4.min.js"
  integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
  crossorigin="anonymous"></script>
<script>
<script>
$("#<!--{$targetid}-->").load("<!--{$source}--> <!--{$sourceid}-->")
$("#<!--{$targetid}-->").load("<!--{$source}--> <!--{$sourceid}-->")
</script>
</script>

Revision as of 17:39, 13 December 2018

<script

 src="https://code.jquery.com/jquery-2.2.4.min.js"
 integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
 crossorigin="anonymous"></script>

<script> $("#").load(" ") </script>