Set Focus On Multiple Input Fields jQuery MultiFocus - Download Set Focus On Multiple Input Fields At The Same Time - jQuery MultiFocus

Download Set Focus On Multiple Input Fields At The Same Time – jQuery MultiFocus

Posted on

This time I will share jQuery Plugin and tutorial about Set Focus On Multiple Input Fields At The Same Time – jQuery MultiFocus, hope it will help you in programming stack.

Set Focus On Multiple Input Fields jQuery MultiFocus - Download Set Focus On Multiple Input Fields At The Same Time - jQuery MultiFocus
File Size: 2.91 KB
Views Total: 2769
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   

MultiFocus is a really simple and sometimes useful jQuery plugin which allows focusing on multiple input fields so that the users are able to fill several entries at the same time.

How to use it:

1. Put jQuery library (slim build is recommended) and the JavaScript file multifocus.js at the bottom of your html page.

1 <script src="//code.jquery.com/jquery-3.2.1.slim.min.js"></script>
2 <script src="multifocus.js"></script>

2. Call the plugin on the target input fields which will get focused at the some time when starting typing.

1 $.multiFocus(".yourInput").init();

This awesome jQuery plugin is developed by Springeo. For more Advanced Usages, please check the demo page or visit the official website.

source : jqueryscript.net