js how to run two functions event view code example
Example: call two methods on button click
<input id="btn" type="button" value="click" onclick="pay(); cls();"/>
<input id="btn" type="button" value="click" onclick="pay(); cls();"/>