[Proto-Scripty] Re: is there any problem with RegExp??

2009-03-11 Thread Tobie Langel
Short answer: No. For a longer answer to your particular problem, you'll have to provide more code. :) Best, Tobie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this

[Proto-Scripty] Re: is there any problem with RegExp??

2009-03-11 Thread eulerss
ok, here is my code of my function on javascript only, i dont know if its causing some conflict function filtr2(){ gr=document.pedido.elements['tipo_final']; grval=gr.options[gr.selectedIndex].value; gr2=document.pedido.elements['marca_final'];

[Proto-Scripty] Re: is there any problem with RegExp??

2009-03-11 Thread Tobie Langel
You shouldn't be using for... in to iterate over an array, see: http://proto-scripty.wikidot.com/prototype:tip-looping-through-arrays On Mar 11, 7:26 pm, eulerss eulers...@hotmail.com wrote: ok, here is my code of my function on javascript only, i dont know if its causing some conflict