map1975

Results 2 issues of map1975

Hi, Is there a way to update the select after dynamically inserting new options? ``` // I create a new option and insert it in the select jQuery("#jform_user_id").append(jQuery("").text(data.user.name+' '+data.user.surname).attr("value", data.user.id));...

When I switch the language the url parameters are not passed