jquery-address icon indicating copy to clipboard operation
jquery-address copied to clipboard

Syntax error, unrecognized expression: [href=#/]

Open spez86 opened this issue 12 years ago • 1 comments

As of jQuery 1.6.1, this error is now coming up on refresh. When click event is fired, this error does not occur. It only occurs on load which naturally in turn breaks all other jQuery on the page.

spez86 avatar Aug 17 '11 04:08 spez86

I think it's related to this: http://github.com/asual/jquery-address/issues/63

That issue refers to this commit: http://github.com/asual/jquery-address/commit/f6ffdb4ec0fbbae1a8e9d91ad90f021a92687521

which basically, adds quotation marks around the expression after href=

taktran avatar Oct 06 '11 10:10 taktran