Changes

Jump to navigation Jump to search
no edit summary
Line 2: Line 2:     
$(function () {
 
$(function () {
$('#mw-beastx-pitchcalc').html('any HTML');
+
 
 +
$('#mw-beastx-pitchcalc').html(
 +
'<form id="frm1">
 +
  First name: <input type="text" name="fname"><br>
 +
  Last name: <input type="text" name="lname"><br><br>
 +
  <input type="button" onclick="myFunction()" value="Submit">
 +
</form>');
 
}());
 
}());
Bureaucrats, Administrators, translate-proofr
15,502

edits

Navigation menu