Widget:Sandbox2: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 14: Line 14:
     'class': 'my-new-list',
     'class': 'my-new-list',
     html: items.join('')
     html: items.join('')
   }).appendTo('body');
   }).appendTo('output');
});
});
}
}
Line 20: Line 20:
<form>   
<form>   
<input type="button" onclick="test()" value="Push me!" />  
<input type="button" onclick="test()" value="Push me!" />  
<div name="output" id="output"> </div>
<div class="output" name="output" id="output"> </div>
</form>
</form>


</includeonly>
</includeonly>

Revision as of 17:00, 15 October 2012