Using JQuery to remove an input and print its value -
i trying following jquery:
see if text input has value if does, make read or make hidden , print value in div input if doesn't have value, behaves normal.
i've tried using hide() , read-only jquery functions doesn't seem working. can refer input name (i can't edit original code add class)
http://jsfiddle.net/ssw6v/1/ - there solution
Comments
Post a Comment