Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
 +
 +
var textinput = null;
    
$(function () {
 
$(function () {
 
+
        textinput = $('#mw-bllength');
 
$('#mw-beastx-pitchcalc').html('<input type="button" id="myButton" onclick="myFunction()" value="Calculate">');
 
$('#mw-beastx-pitchcalc').html('<input type="button" id="myButton" onclick="myFunction()" value="Calculate">');
 
}());
 
}());
    
function myFunction() {
 
function myFunction() {
$('#myButton').value = "Hello";
+
textinput .value = "Hello";
 
};
 
};
Bureaucrats, Administrators, translate-proofr
15,475

edits

Navigation menu