Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

can we add two functions onclick event

//You can create a single function that calls both of those, and then use it in the event.
function myFunction(){
    pay();
    cls();
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #functions #onclick #event
ADD COMMENT
Topic
Name
5+6 =