Hello,

I am writing a plugin that takes a text input (<input type="text"/>) and
hides it using $(input).hide(). The plugin then uses other controls to
update the value of the text input.

I am using Element.writeAttribute() to update the value, but it does not
seem to work when the input is hidden. However, using the old-fashioned
value property to update it seems to work. Is there a reason why
writeAttribute does not work with hidden elements, or should I be using a
different method?

I am using Firefox 3.0.6 and Prototype 1.6.0.3. Thanks for the help :)

-Hector

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to