RE: [Rails-spinoffs] Event.observe problem

2006-05-18 Thread Martinez, Andrew
, May 18, 2006 3:10 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] Event.observe problem   Hello there, i have a textbox, i fill the textbox with a date from a _javascript_ popup calendar, im using the like this Event.observe('myTextBoxId', 'change', func

[Rails-spinoffs] Event.observe problem

2006-05-18 Thread Francisco Calderon
Hello there, i have a textbox, i fill the textbox with a date from a _javascript_ popup calendar, im using the like this Event.observe('myTextBoxId', 'change', function(){ alert('epale!');});and is not working, if i put the alert inside the input element in the onchange attribute it works, is that