$(document).ready(function(){ $('#dateReceived').datetimepicker({ format: 'YYYY-MM-DD' }); $('#partnerType').change(function(tve){ tve.preventDefault(); // var theIDD = $(this).siblings('.shortCodeEntryRowId').val(); var selectedPartnerType = $(this).val(); $.ajax({ type: "GET", url: base_url + '/infrastructure/get-vpn-partner-list/' + selectedPartnerType, processData: false, contentType: false, async: false, success: function (data){ if (data.code === 1) { $('#partnerTypeID').empty(); $.each(data.result, function(id, row) { // console.log(row); $('#partnerTypeID').append($("