¡@

Home 

2014/10/16 ¤W¤È 12:06:01

jquery Programming Glossary: onvalidate

Extending XHTML

http://stackoverflow.com/questions/434450/extending-xhtml

as something I'll be using . Ideally I'd like to have something like this Example 1 input input id name type text v onvalidate return this.value.length 0 Example 2 wrapper div v onvalidate return this .find ' value ' .length 0 input id field1 type.. like this Example 1 input input id name type text v onvalidate return this.value.length 0 Example 2 wrapper div v onvalidate return this .find ' value ' .length 0 input id field1 type text input id field2 type text input id field3 type text div.. doesn't really seem that helpful so I've put everything into the dtd file the content of which is now this ATTLIST div onvalidate CDATA #IMPLIED ENTITY xhtml11.dtd PUBLIC W3C DTD XHTML 1.1 EN http www.w3.org TR xhtml11 DTD xhtml11.dtd xhtml11.dtd So..