Home
last modified time | relevance | path

Searched refs:disableChild (Results 1 – 1 of 1) sorted by relevance

/plugin/structcombolookup/
H A Dscript.js1 function structcombolookup_change_narrowby(select, disableChild) { argument
12 if (disableChild) $targetSelect.attr('disabled', 'disabled');
14 if (disableChild) $targetSelect.removeAttr('disabled');