uncaught exception: Syntax error, unrecognized expression
uncaught exception: Syntax error, unrecognized expression: [for=workflowEntity.actionId_402881042da284d0012da2a9e7cf0004_202]
Sorry for my poor English, hope you can understand.
When I upgrade to jquery 1.5.2(previous 1.4.4), this error occured.
I checked my code, my <input> id is "workflowEntity.actionId_402881042da284d0012da2a9e7cf0004_202", and the error occured in jquery.mobile-1.0a4.js line 3085
label = input.closest("form,fieldset,:jqmData(role='page')").find("label").filter("[for=" + input[0].id + "]"),
I think, it's should and single quotation inside the double quotation.
May be there are other similar problem, so I downgrade to jquery 1.4.4, waiting for jQueryMobile beta1 version.