Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Madness
Message
 
 
To
06/06/2017 18:37:05
General information
Forum:
Internet
Category:
HTML
Title:
Miscellaneous
Thread ID:
01651819
Message ID:
01651820
Views:
54
>With this markup, the checkbox does not appear
>
>
><form method="POST" class="form-inline" role="form" id="new-pickup">
>			10<input type="checkbox" />
></form>
>
>
>
>
>With this markup, it does
>
>
>
><form method="POST" class="form-inline" role="form" id="newpickup">
>			10<input type="checkbox" />
></form>
>
>
>The 10 appears in both cases.
>
>What is happening?

I think the - in the id makes it not working. I don't think you should be able to use such characters in the Id or name attributes.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform