ajaxify icon indicating copy to clipboard operation
ajaxify copied to clipboard

jquery.min.191 incompatibility

Open chronosghost opened this issue 12 years ago • 4 comments

Whith jquery.min ver 181 no issue.

This message is of console firefox whith jquery.min ver 191:

[10:33:53.515] Error: Syntax error, unrecognized expression: [div class="document-html"]

...HTML code ajaxity(

[/div] @ http://127.0.0.1:8020/Prueba/js/jquery.min.js:4

chronosghost avatar Mar 13 '13 09:03 chronosghost

Confirming the issues. Seems to first stall on conditional comments for me. Reverting to 1.8.1 works.

dwtalk avatar Mar 25 '13 03:03 dwtalk

Also here. jQuery v1.9.1, confirming the issue.

antoniocapuozzo avatar Mar 27 '13 20:03 antoniocapuozzo

Using jQuery Migrate + JQuery 1.9.1 prevented this error.

http://blog.jquery.com/2013/02/16/jquery-migrate-1-1-1-released/

samedayjeremy avatar Mar 27 '13 21:03 samedayjeremy

I just submitted a pull request that fixes this error. https://github.com/browserstate/ajaxify/pull/7

KB1RMA avatar Apr 18 '13 14:04 KB1RMA