I need to change the options dynamically. I use the following to clear existed options. $('#clgOptionsList').empty() Then I called fuzzyDropdown. It popped up the dropdown-menu and returned back immediately when I clicked the menu. I don't know why.
I need to change the options dynamically. I use the following to clear existed options.
$('#clgOptionsList').empty()
Then I called fuzzyDropdown. It popped up the dropdown-menu and returned back immediately when I clicked the menu.
I don't know why.