My knowledge of Ruby on Rails and javascript is rudimentary so please forgive me if this question has a simple answer. I have a website that needs a multi level dropdown menu. I have adapted scriptalc
I\'m using a fields_for helper in rails wi开发者_如何学JAVAth some text boxes. How can I get the ID of these text boxes to use in some Javascript? I would like to be able to manipulate the status of t
I\'m working using scriptaculous library. However I\'m facing some issues with inclusion of the JSON librar开发者_如何学Cy for the prototype library. It adds a toJSONSTring and parseJSONSTRING method
I am trying to create a Ruby on rails application using the integrated scriptaculous drag and drop effect.
I have an element that is dynamically created with new Element(\'div\') and is then faded in, moved, and faded out. In every browser, my code works as expected – every browser but IE.