kiruthiak

Results 3 comments of kiruthiak

am also having the same problem, can anyone fix this issue

function shopcalc(){ var routeid=document.getElementById("route").value; $.ajax({ type : 'post', url : '/getdays.php', data : {routeid: routeid}, success : function(data){ // alert(data); $('#userki').val(data); } }); }