[Proto-Scripty] Re: Effect.Toggle on Interet explorer

2010-02-27 Thread Радослав Станков
Try writing this like this: http://gist.github.com/316696 It's terrible idea to write inline onclick handlers, plus I'm not sure if onclick event on options works as expected ( especially in IE ) -- You received this message because you are subscribed to the Google Groups Prototype

Re: [Proto-Scripty] Re: Effect.Toggle on Interet explorer

2010-02-27 Thread Allam Marcos Campanini Matsubara
Thnaks, I fized it by wirting a function that handle each option in the select. The onclick in an option tag does not work right. Thanks, anyway! On 27 February 2010 10:46, Радослав Станков rstan...@gmail.com wrote: Try writing this like this: http://gist.github.com/316696 It's terrible idea

[Proto-Scripty] Re: Effect.Toggle on Interet explorer

2010-02-25 Thread Pranav
Out of curiosity, couldn't you add a event handler to the onchange of the select element? select name = add_filter onchange=filter_changed(this); option value=---Add filters---/option option value=n_ticketNº do ticket/option function filter_changed(e){ var value = $F(e);