Radhakrishnan Pillai

Radhakrishnan Pillai

Author: sac

City: Kanpur, Uttar Pradesh

$(document).ready(function () { $('#select-state-working').select2({ placeholder: "select state", // allowClear: true, width: 'resolve' }); $('#select-city-working').select2({ placeholder: "select city", // allowClear: true, width: 'resolve' }); });