Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

focus

  1. H

    JavaScript Check if input can be focused

    Hello everyone! I want to know if there is a way to check if an input is focusable or not via JavaScript. I am implementing a form, and when the user hits the enter key, the focus should go to the next "focusable" input via JavaScript. The problem is that some inputs are hidden via...
  2. E

    JavaScript Scroll and focus to field

    Hi, could you help me? From this page I'm trying to scroll and focus to "N. inventario". I have this script to focus the field, but I would like it to autoscroll about 2 cm above the position to which it leads: focusme = document.querySelector('#DetailsOpen_Array04 > div > label:nth-child(2) >...
Back
Top Bottom