mobileselectmenu1 set default
Hi all,
I read the local storage.
Depending on what the value is of the local storage, I need to set the mobileselectmenu1 to a default start value.
How can i set this value?
I did try:
if (Lang == 'Dutch'){
$('select[dsid="mobileselectmenu1"]').val('Dutch');
}
However this does not work