You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
The framework wraps the input element in a div with class ui-input-text during enhancement. The border, background and shadow styles are applied to this div. With .children() you target this wrapper, not the input. You can use .ui-input-text as selector when calling .hide() and .show(). We are also working on making it possible to add your own classes or ID to the generated wrapper by adding a data- attribute to the input element. See #3577 (comment).
Issue found in jQuery Mobile 1.3.1 and jQuery 1.9.1. (Also Mobile 1.3.0b1)
Applies to all browsers
When a text input is hidden via .children().hide() it cannot be unhidden with .show()
To reproduce:
http://jsfiddle.net/QY2kc/1/
The text was updated successfully, but these errors were encountered: