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

Uncaught Error: Syntax error, unrecognized expression: (|num|) jquery.min.js:2

Open lucastimmons opened this issue 12 years ago • 6 comments

Hi there,

When I try to use:

{name:'pinterest',id:'potterybarn/Fall-Weddings-by-Pottery-Barn'},

in networks, I am getting a blank page and the following error in the console.

Uncaught Error: Syntax error, unrecognized expression: (|num|) jquery.min.js:2 Z.error jquery.min.js:2 bg jquery.min.js:2 Z.compile jquery.min.js:2 bm jquery.min.js:2 bm jquery.min.js:2 Z jquery.min.js:2 bf jquery.min.js:2 bm jquery.min.js:2 bm jquery.min.js:2 Z jquery.min.js:2 p.fn.extend.find jquery.min.js:2 (anonymous function) helpers.parseResults jquery.socialist.js:105 $.ajax.success jquery.socialist.js:236 (anonymous function) jquery.socialist.js:660 k jquery.min.js:2 l.fireWith jquery.min.js:2 y jquery.min.js:2 c.onload.c.onreadystatechange

Any advice? Thanks

lucastimmons avatar Nov 08 '12 22:11 lucastimmons

i am getting the same error and don't understand why it's not working

Bwade avatar Dec 14 '12 00:12 Bwade

I think you need to have the all the associated files in the same folder as shown in the image and you need to have JQuery on your machine/server also shown in the image Files

In the code you will need to link to them like so...

<link href="jquery.socialist.css" rel="stylesheet" />
<script src="jquery.min.js" type="text/javascript"></script>
<script src='jquery.socialist.js'></script>

Strydom avatar Dec 27 '12 16:12 Strydom

I'm getting this aswell =(

richstandbrook avatar Feb 07 '13 16:02 richstandbrook

I can confirm that testing locally in Firefox jquery does indeed need to be on the local testing machine.

wrench7 avatar Feb 11 '13 16:02 wrench7

I have not merged updates into jquery.socialist.min.js lately. I will be doing this shortly, but has anyone tried it using jquery.socialist.js ?

iatek avatar Feb 12 '13 18:02 iatek

I was getting this error on a non-local version. Changed to 1.9 and it seemed to work. Though I'm not seeing Google+ now.

Pandryl avatar May 23 '13 23:05 Pandryl