$('.my-button').click(function() { $(".my-textbox").focus() }); Before Jquery 1.4 this used to be the way to call focus to a textbox, …
javascript jquery focus focusinThe view part of my code using Backbone.js is something like this: var myView = Backbone.View.extend({ events: { 'focus .…
focus backbone.js dom-events focusin