I have a drop down list and I want to fill it with data from server in the form of json. So i found this link and tried to implement it in my code. But i get the following error in chrome.
Uncaught Error: NotFoundError: DOM Exception 8
Worse firefox doesn't show any error but the list is not populated at all. Any idea??
I have added the code here