jQuery: call another event then continue executing current event -


curious how execute original event after event. instance, proper way chain events?

because don't have simple example, i'll try create one:

jsfiddle

$('#select').on( 'click', function(event) {     $('#clearselectbutton').click();                  // clears select list     // still want select option     // select list (continuing original event)  }); 


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -