Jquery Focus on input field

后端 未结 5 1396
误落风尘
误落风尘 2020-12-29 02:08

The HTML on the page has 20 fields each named and given ID\'s in increasing order from 1 to 20.

If the variable id is set to

5条回答
  •  青春惊慌失措
    2020-12-29 02:38

    (Try to use .blur() instead of .focusout(). But that probably won't help)

    Try to remove the alert() for a while - it sometimes can make problems with focus...

提交回复
热议问题