Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Using YUI 3, when I set an input element's value using Y.one('#input').set('value', ...), it appears in the input box, but as soon as I click off the input box the value disappears. Is there some other API call I should be using? Is this expected behavior? JQuery doesn't suffer from this problem. Using Firefox on Mac.

share|improve this question
YUI shouldn't be doing anything different than jQuery here. There's probably other code messing it up. If you could post a JSFiddle we'll like be able to help you. – juandopazo Jul 6 '12 at 15:34

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.