摘要: Setting up jQuery Unobtrusive Validation 这个里面没有提到自定义rule 自定义rule的实现,可以参考https://www.cnblogs.com/chucklu/p/15528837.html Wednesday, May 20, 2015 I love 阅读全文
posted @ 2021-01-05 21:24 ChuckLu 阅读(230) 评论(0) 推荐(0)
摘要: Valid vs Validate I am trying to learn jQuery and have stumbled across a strange problem (perhaps strange only to me). So here goes: I have a form wit 阅读全文
posted @ 2021-01-05 13:39 ChuckLu 阅读(213) 评论(0) 推荐(0)
摘要: HTML Tags containing Vue.js v-if and v-for directives flash at loading Use v-cloak and it will solve it. https://vuejs.org/v2/api/#v-cloak v-cloak Doe 阅读全文
posted @ 2021-01-05 10:08 ChuckLu 阅读(77) 评论(0) 推荐(0)
摘要: What does a CSS selector in square brackets select in HTML? So I have seen this CSS rule-set in a library: [text-uppercase] { text-transform: uppercas 阅读全文
posted @ 2021-01-05 10:04 ChuckLu 阅读(73) 评论(0) 推荐(0)