Chris Yip

Results 8 issues of Chris Yip

`1.0.0-alpha.3` See: ![screenflow mp4](https://cloud.githubusercontent.com/assets/189559/13346718/23f453dc-dca3-11e5-9993-bbb94321e12c.gif)

bug
help wanted
v1.0.0

As the title. My Chrome version is 14.0.835.202. Sometimes it works, sometimes not.

通过 `data-limits` 来实现之前的 `AorB` 效果,好处是可以支持随意的搭配,不一定是 A or B。 同时改了一下 `validate` 和 `validateForm` 相关的几个函数,用更高效的方法去处理。

Setting 'novalidate' by `jQuery.attr` will throw `SCRIPT3: Member Not Found` exception in IE 7. Coz standard browsers are all support `form.noValidate = Boolean`, and it's just setting a property to...

以这个 pull requests 为例 https://github.com/sofish/validator.js/pull/20。 如果把包裹 `contenteditable` 的 `div` 去掉,就会共用 `form` 作为错误样式放置的对象,这时候从第一个 `div` 跳到第二个 `div` 时,`form` 的 `class` 会被移除。 想到方案是在 `focusin` 时判断一遍父元素里的待校验项是否都正确: ``` $form.on('focusin', identifie, function(e) { var invalid =...

![screen shot 2014-12-28 at 5 01 56 pm](https://cloud.githubusercontent.com/assets/189559/5563504/8d526b00-8eb3-11e4-8838-bdff5dce4a65.png) Here's my updated settings: ``` json { "extra_file_exclude_patterns": [ "*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj", "*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo",...

help wanted

Environment: Win7 + gVim 7.3 Script version: 1.4.6 See screenshot: http://minus.com/mbkxBCRmSn#1 Description I have the below code but the indentation is wrong: ``` javascript var _form = this , $form...