user2284287
user2284287

Reputation: 63

JQuery set focus on uniform select

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

Answers (1)

nathanfirth
nathanfirth

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

Related Questions