Widget:FormSandbox: Difference between revisions

Jump to navigation Jump to search
(Replaced content with "<includeonly> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script type="text/javascript"> $(document).load(function() { conso...")
Tag: Replaced
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript">
<script type="text/javascript">
$.noConflict();
$(document).load(function() {
$(document).load(function() {
 
alert("hi");
console.log("hi");
});
});
</script>
</script>
</includeonly>
</includeonly>

Latest revision as of 13:24, 23 September 2020