hacer click en dos botones con mismo id - ejemplo
AUTOR PREGUNTA #1
-
1 personas más tuvieron esta duda Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
$('.clickable').each(function(item) { item.click(); });
Y en tu HTML esto para finalizar:
<button type="submit" class="clickable">boton 1</button> <button type="submit" class="clickable">boton 2</button>