Widget:NewPage: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Created page with "<includeonly> <script type = "text/javascript"> $(document).ready(function(){ $("#pageNameGo").click(function(){ $(location).attr('href', 'https://www.wikidoc.org/index.php..." |
Matt Pijoan (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | |||
<script type = "text/javascript"> | <script type = "text/javascript"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$("#pageNameGo").click(function(){ | $("#pageNameGo").click(function(){ | ||
$(location).attr( | $(location).attr("href", "https://www.wikidoc.org/index.php?title="+$("#pageName").val()+"&action=edit"); | ||
}); | }); | ||
}); | }); |