Reputation: 63
A simple enough problem, probably with a stupidly simple solution, but I've been unable to find it anywhere.
How do you manually set focus on a select that has been processed by Uniform.js?
Upvotes: 0
Views: 275
Reputation: 27
If I remember correct, i think you call jQuery focus() on the input as you normally would and then call $.uniform.update();
to force uniform to update based on the change.
Upvotes: 0