JQuery input hidden bug

Posted by Abude on Stack Overflow See other posts from Stack Overflow or by Abude
Published on 2012-06-22T20:42:19Z Indexed on 2012/06/22 21:16 UTC
Read the original article Hit count: 94

Filed under:
|
|

this is the code: Jsfiddle

when you clear the url filed and leave it empty the input is hidden and disappear , need to return to the input tag wit h display if the value is empty by click or tab.

  1. i have a form with inputs
  2. the url input is edited by clicking on the link double click or click next to the link that means in the div area
  3. when it's done editing it converts the text to link

the Problem: when you leave the input empty it make the attribute of the code and the input attribute hidden so no info is show neither can type an info. how can i make if that input with the id url0/url1 is empty to return to the input option to make it visible and can type?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery