Displaying 1 result from an estimated 1 matches for "the_year".
Did you mean:
one_year
2006 Feb 09
5
Ajax.Updater not populating element - please help
...uot;>
Event.observe(window, ''load'', init, false);
function init() {
//$(''model'').disabled = true;
//$(''year'').disabled = true;
var the_make = ''ford'';
var the_model = ''thunderbird'';
var the_year = ''1964'';
Event.observe(''make'', ''change'', getModels, false);
Event.observe(''model'', ''change'', getYears, false);
setMake(the_make);
getModels();
/*
if (the_model != null) {
getMo...