Skip to content

Instantly share code, notes, and snippets.

YUI().use('event', 'node', function(Y) {
Y.on('domready', cascadeFields);
function unhide(cl) {
Y.all('#mortgage_picker_form select.' + cl).setStyle('display', 'block');
}
function hide(cl) {
Y.all('#mortgage_picker_form select.' + cl).setStyle('display', 'none');
}