I have a dropdown-menu that I auto populate base on my Ajax call. I want to redirect to specific URL on select change.
jQuery
// Auto Populate the dropdown-menu
$("#dd").append('<option value="' + userId + '"> <a href="">' + name + '</a></option>');
Thanks
` inside a `
` the browser will remove the `
` and place it outside.
– Jackson Jul 20 '15 at 20:19