Opened 7 years ago
Closed 4 years ago
#42665 closed defect (bug) (invalid)
Jquery
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9 |
Component: | Script Loader | Keywords: | reporter-feedback close |
Focuses: | Cc: |
Description
qtip not function with jquery.js 1.14.2, fix just change version jquery.js
this function have to erred
$this.qtip({
Uncaught TypeError: $this.qtip is not a function
at HTMLAnchorElement.<anonymous> (www.site.com/:166)
at Function.each (jquery.js:2)
at a.fn.init.each (jquery.js:2)
at HTMLDocument.<anonymous> (www.site.com/:163)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.K (jquery.js:2)
I tried to downgrade to wordpress 4.8.3
all problems resolved
Change History (3)
#2
@
4 years ago
- Keywords close added
Hello @animedate,
Does this problem persist today? If yes, please let us know the following:
- What language is your site using?
- Does the problem persist when deactivating all plugins and switching to a default theme (like Twenty Twenty)?
I'm marking this ticket as a close
candidate as this is likely not due to core. I'm not other reports of the same problem. Will review when/if feedback is given.
Hi there, and welcome to Trac.
We currently bundle jQuery 1.12.4, any version beyond this is introduced by either a plugin or theme.
I am curious what language you are using on your site, as I suspect this may be related to a different issue, and not about jQuery?