javascript button

html
<span id='myButton'>a button</span>

javascript
$("#myButton").button().click(helloWorld)

function helloWorld(){
alert("hello world")
}



Previous
Next Post »