I use sumoselect.js plugin and I am trying to get the drop down options dynamically from DB through AJAX. But options are not rebuilding.
I spent couple of hours. Please help me any one on this issue.
I use sumoselect.js plugin and I am trying to get the drop down options dynamically from DB through AJAX. But options are not rebuilding.
I spent couple of hours. Please help me any one on this issue.
Copyright © 2021 Jogjafile Inc.
.add() function will work for me and before in for-loop we need to delete previous drop-down values then use .add() function. I tried its working.