search for: getelementbyclassname

Displaying 3 results from an estimated 3 matches for "getelementbyclassname".

Did you mean: getelementsbyclassname
2005 Nov 24
0
Safari document.getElementByClassName problem
Hi, I am having a problem under safari with the above mentioned method. In my example document I have something like the following: <div id="label_2" class="lab15">Q1</div> <div id="label_6" class="lab15">Q1</div> <div id="label_10" class="lab15">Q1</div> <div id="label_14"
2006 May 20
10
Changing the height of LI elements to achieve such an effect?
Hi Everybody, I was wondering if there is such a work done with Scriptaculous/Prototype before and if not how to achieve it? Example : http://www.anatolip.com/ It is done with codes borrowed from moofx and his own codes. Thanks in advance Danial _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2011 Oct 21
20
How to transform my html form into a rails 3 form
Hi, I have the following code working in a rails 3 view, but it is unfortunately not pure rails code! <% @filter1 = "tr.show1,tr.show2" %> <% @filter2 = "tr.show1" %> <% @filter3 = "tr.show2" %> <form> <p> <input type="checkbox" value=<%=@filter1%> onclick="$ (this).is('':checked'')