GlideAjax - return a value from callBack
I have a script in a catalog item that calls a function function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } checkNameSpace(); } the function is another Client script that runs onl...
