We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This creates a button that will do a javascript action on click
js_button("hello","alert('hey')") => <input onclick='alert('hey')' value='hello' id='' type='button' name='' />
There was an error while loading. Please reload this page.