jQuery Select2 not displaying Data
问题 I am stuck at problem where i believe i am getting the response in correct format but i am not able to display the data returned from the server. Intelligent Minds! I need your help. Below is my HTML code: <div class="form-group"> <select id="owner" class="dropDowns"> <option value="00000" selected="selected">Select Owner</option> </select> </div> JQuery Code: This function is getting called with no problems and a result is also returned from the server but some how i am not able to format