<select onchange="javascript:foo()">
function foo()
{
$.ajax(...);
}
--
Greg Donald
destiney.com | gregdonald.com
What's that got to do with it? You can still do the onchange handler
unobtrusively (and you should). Just use the DOM to find the element
you need, and apply the handler.
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
--
Posted via http://www.ruby-forum.com/.