You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AiShopping/AiGouWu\Admin\Js\TypeAdd.js

16 lines
360 B

var count = 0;
$(document).ready(function () {
$("#loading").hide()
});
function TypeAdd() {
$("#btnaddtype").hide();
$("#loading").show();
var txtName = $("#txtName");
$.ajax({
url: "TypeAdd.aspx?typename=" + encodeURI(txtName.val())+ "",
type: "post",
datatype: "text",
success: function (returnValue) {