* Task#3407

This commit is contained in:
滔哥
2017-12-12 15:30:52 +08:00
parent c09dbfa88b
commit df84a91b74
3 changed files with 20 additions and 5 deletions
+6
View File
@@ -13,6 +13,12 @@ $(function()
{
$('#productsBox .col-sm-3').width(typeWidth);
});
$('#begin').on('change', function()
{
$("#end").val('');
$("#days").val('');
$("input:radio[name='delta']").attr("checked",false);
});
});
function showTypeTips()