Vinter.validate
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/vintervalidate
软件介绍
A very simple to use form validation plugin for jQuery, no complicated settings and configuration options to get going.
- Start using straight away
- Error messages in markup
- Easy plugin in existing forms, just add error messages and a call to the validator!
- Per fieldset validation
Currently supporting:
- Validate empty text fields
- Email-validation
- Number validation
- Checkbox and radio-button groups validation
- Select-box validation
- If title="" attr is used and the input value == title the field will still be marked with error to allow for using default form values and "descriptions"
- HTML in error messages
- Custom validation callback
- adds "notvalid" class to form fields
- Super simple usage.
- Choose to validate specific fieldsets only
Usage
<div id="validationmsg"></div>
<fieldset>
<label>
Name: <input type="text" class="required" />
<span class="errmsg">This is the error message, hideme with css</span>
</label>
<input type="submit" value="Submit form" onclick="return jQuery.validate()" />
</fieldset>The errmsg have to be inside the field label for the validator to find it. The validationmsg div can be anywhere on the page, and the ID can be configurated using the options. See demo page for more advanced example including checkbox & radiobutton validation.
嵌入式系统软件设计中的常用算法
周航慈 / 2010-1 / 24.00元
《嵌入式系统软件设计中的常用算法》根据嵌入式系统软件设计需要的常用算法知识编写而成。基本内容有:线性方程组求解、代数插值和曲线拟合、数值积分、能谱处理、数字滤波、数理统计、自动控制、数据排序、数据压缩和检错纠错等常用算法。从嵌入式系统的实际应用出发,用通俗易懂的语言代替枯燥难懂的数学推导,使读者能在比较轻松的条件下学到最基本的常用算法,并为继续学习其他算法打下基础。 《嵌入式系统软件设计中的......一起来看看 《嵌入式系统软件设计中的常用算法》 这本书的介绍吧!
