Uncaught TypeError: rbuggyQSA.test is not a function at Function.Sizzle
I use tinymce with mention plugin in yii, When I enter @ my list box is geting fill with my source so it's all good but in chrome debuger I get this error:
Uncaught TypeError: rbuggyQSA.test is not a function
at Function.Sizzle [as find] (jquery.js?v=1504808392:818)
at jQuery.fn.init.find (jquery.js?v=1504808392:2792)
at jQuery.fn.init (jquery.js?v=1504808392:2909)
at jQuery (jquery.js?v=1504808392:75)
at HTMLDocument.
Any cue? Thanks Pat
Hi @PatmanAA,
Can't really tell what the problem might be... The stacktrace doesn't contain anything about the mention plugin.
Do you know where the rbuggyQSA.test function comes from?
Hi Steven,
The error is in :
- jQuery JavaScript Library v2.2.4
- http://jquery.com/
- Includes Sizzle.js
- http://sizzlejs.com/
- Copyright jQuery Foundation and other contributors
- Released under the MIT license
- http://jquery.org/license
- Date: 2016-05-20T17:23Z
At line 818:
// Take advantage of querySelectorAll
if ( support.qsa &&
!compilerCache[ selector + " " ] &&
----->>>> (!rbuggyQSA || !rbuggyQSA.test( selector )) )
Hi, I haven't tested my plugin with jQuery v2.2.4. That could be the problem... Can you test with an older version of jQuery (e.g v1.8.3)?