html
<span id='myButton'>a button</span>
javascript
$("#myButton").button().click(helloWorld)
function helloWorld(){
alert("hello world")
}
<span id='myButton'>a button</span>
javascript
$("#myButton").button().click(helloWorld)
function helloWorld(){
alert("hello world")
}
ConversionConversion EmoticonEmoticon