That's odd, I copied your snippet exactly as shown, and reproduced the
error. Then i escaped it as you mentioned and it works perfectly (this,
changed the text next to the input to say "my:txtPhone")
$("input[xd\\:binding = 'my:txtPhone']")
On Wed, Dec 16, 2009 at 5:39 AM, Ravindra wrote:
Hi,
when I give attribute name as “xd:binding”, I gets error as “Error:
uncaught exception: Syntax error, unrecognized expression:
[xd:binding='my:txtPhone']”.
I also tried escaping – [xd\\:binding=’my:txtPhone’], JavaScript error
is not coming in this case but unable to select attribute.
Please