/* ========================= */
-// This script is for the No. Golfers select bug on
+// This script is for the No. Golfers select bug on
++// This script is for the No. Golfers select bug on
// the 3rd page of the price quote form.
// basically pear isn't setting defaults to the elements
// in the element grid if its within a controller page (multipage form controller)
}
};
-Event.observe(window, 'load', golfersSelect.init);
+$(function(){
+ golfersSelect.init();
+});
- //Event.observe(window, 'load', golfersSelect.init);