Select Page

Tag: jQuery Mobile

Trigger input “change” for UI to work – jQuery Mobile

Trigger input “change” for UI to work – jQuery Mobile

If you want to manipulate the state of range on a web page created with jquery-mobile, you will have to trigger input “change” for UI to work in sync with the manipulated state otherwise UI will display false old state. I encountered this thing in...