dot in for-attribute
dot in for-attribute
following lines of Code let jQuery Mobile crash
- <form method="post" action="">
- <div>
- <label for="component.test">label</label>
- <input id="component.test" name="rec" value="">
- </div>
- </form>
if there is no '.' in the for-attribute then everything works fine
the error returned by firebug is:
uncaught exception: Syntax error, unrecognized expression: [for=component.test]