$("#oqc").submit(function(){ var formData = new FormData($(this)[0]); $.ajax({ url: doinput.php, type: 'POST', data: formData, async: false, success: function (data) { alert(data) return this; }, cache: false, contentType: false, processData: false }); return false; }); $('#filename').change(function() { var detail = $(this).val(); var lastIndex = detail.lastIndexOf("\\"); if (lastIndex >= 0) { detail = detail.substring(lastIndex + 1); } $('#detail').val('data/'+detail); }); $( "#tabs" ).tabs().addClass( "ui-tabs-vertical ui-helper-clearfix" ); $( "#tabs li" ).removeClass( "ui-corner-top" ).addClass( "ui-corner-left" ); $("input").autocomplete(); $("#datepicker").datepicker({ dateFormat:'yy-mm-dd' }); });
Model :
Serial :
Lot No :
Date :
Symptom :
Cause :
Status : OPEN CLOSED
Countermeasure :
Details :