$(document).ready(function(){ $('#directMno').change(function(tve){ tve.preventDefault(); // var theIDD = $(this).siblings('.shortCodeEntryRowId').val(); var directMnoSelection = $(this).val(); $.ajax({ type: "GET", url: base_url + '/senderids/get-mno-list/' + directMnoSelection, processData: false, contentType: false, async: false, success: function (data){ if (data.code === 1) { $('#networkName').empty(); $.each(data.result, function(id, row) { // console.log(row); $('#networkName').append($("