stsilversurfer
Results
1
comments of
stsilversurfer
I've had some issues with this too, solved with ```javascript jQuery(document).ready(function(){ jQuery("#mybutton").click(function(){ alert('hello this test'); }); }); ```