This is my code for html
Then I append an inpunt to #content:
$( document ).ready
Try this :
$( document ).ready(function() { // Handler for .ready() called. var parameter = "Hola new"; $("#content").append('click the botton'+ ''+ ''+ ''); });
Hola new
click the botton