my error:

<li><label><input type="checkbox " />hello</label></li>

it is just a basic example of what i have marked up



MorningZ wrote:
> 
> 
> To start with, that html isn't valid, as you have
> 
> <li><label><input type="checkbox" />hello</input></label></li>
> 
> with the checkbox <input> ending in "/>", which closes the tag, hence
> the "hello" is not inside the input tag.....  even if you take that
> out, pretty sure that's not valid html anyways
> 
> 

-- 
View this message in context: 
http://www.nabble.com/get-html-of-check-box-tp19675962s27240p19676125.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to