Customer Banners (Ads) - SpiceUp. AX and SpotfireX Disclaimer



If you find this site useful and you want to support, buy me a coffee   to keep this site alive and without ads.

javascript button

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

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

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



3 comments:

Unknown said...

This was extremely helpful. I have been looking for this code for some time.

Thanks a lot!

Unknown said...

Sorry but one completely unrelated question - How did you start analysis with o records?

Jose Leviaguirre said...

Aditya, I don't know why you can't start with a blank, no data page, so I usually paste whatever I have on my clipboard to have some data to work with, which in the scripting world it is sometimes not required. You can later remove the data and columns having an empty data table. I am not sure why you ask this, but it's an interesting question.