@@ -268,6 +268,10 @@ function keysswith(lastkey,lastnum){
}else{
$(this).prev(".keyWordGroup").attr("class","keyWordGroup");
}
+ if(i==9){
+ $(this).find(".keyword").val("");
+ $(this).attr("class","keyWordGroup");
+ }
})