摘要: ///clear value in textboxfunction clearControlValueForm() { $(':input:text').not(':button, :submit, :reset, :hidden') .val('').removeAttr('selected').css("border", "");}///validate the empty value in textbox ,if has empty value ,prevent submit$(doc 阅读全文
posted @ 2013-01-31 09:39 ^_^哈哈 阅读(304) 评论(0) 推荐(0) 编辑