I'm trying to set the value of a select list control dynamically on the page load event based on the value from a local variable.
I've tried a few things including:
Tiggzi('mSelectBrakes').val('Sat');
and
Tiggzi('mSelectBrakes').val('Sat').selectmenu().refresh();
Thanks in advance