Next input form when Enter's clicked


http://jsfiddle.net/hxZSU/1/


$('#subscribeModal').on('keydown', 'input', function (event) {

if (event.which == 13) {

event.preventDefault();

var $this = $(event.target);

var index = parseFloat($this.attr('data-index'));

$('[data-index="' + (index + 1).toString() + '"]').focus();

if (index < 2) return;

subscribe();

}

});


Next input form when Enter's clicked Next input form when Enter's clicked Reviewed by Leo on Januari 31, 2023 Rating: 5

Tidak ada komentar

About me

About Me

My name is Joanne Doe, a lifestyle photographer and blogger currently living in Osaka, Japan. I write my thoughts and travel stories inside this blog.