[Proto-Scripty] Building a string for an array reference

2010-04-09 Thread thegdog
So here's what I am trying to do. I have a form with two select fields: issue and subissue. The second (subissue) is hidden by default. When the user selects one of the items in the first (issue), I want to populate the second with only certain options. So I have all the options in the

[Proto-Scripty] Re: Building a string for an array reference

2010-04-14 Thread thegdog
are the same thing as far as the [] operator is concerned. HTH, -- T.J. Crowder Independent Software Consultant tj / crowder software / comwww.crowdersoftware.com On Apr 9, 2:56 am, thegdog theg...@gmail.com wrote: So here's what I am trying to do. I have a form with two select fields

[Proto-Scripty] Changing active state through Protoype

2010-05-21 Thread thegdog
Is there a way to change the :active state of elements through Prototype? Here's the basic gist of what I am doing it: I have a navigation menu, made up of li tags with a links inside. When the user hovers over one of the li tags, a different background is applied to the li. When the user clicks

[Proto-Scripty] Re: Changing active state through Protoype

2010-05-21 Thread thegdog
Should have mentioned that I am using Prototype version 1.6.0.2. On May 21, 12:22 pm, thegdog theg...@gmail.com wrote: Is there a way to change the :active state of elements through Prototype? Here's the basic gist of what I am doing it: I have a navigation menu, made up of li tags