• jh

    (@jinheehan)


    I am getting this error message

    Uncaught TypeError: jQuery(…).ready(…) is not a function
    at acc.js:9

    So I tried to fix this problem where I guess I needed to delete last sentence of line 9
    of acc.js –>()

    so I deleted 3 days ago but its error still read my previous code and still having this error.. what should I do ?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks like you have a custom setup because you’re not using the jQuery version bundled within WordPress core.

    Try deactivating all of your plugins to explore whether any could be responsible. If none are, keep all plugins deactivated and switch to the Twenty Seventeen theme to check whether it’s an issue with your theme.

    Try accessing your website via FTP and delete the plugins ONE-BY-ONE to see if the issue is caused by a particular plugin. Also consider doing so to all the themes, too.

    This is pretty technical stuff. If none of those suggestions work, I recommend you get help from a professional WordPress support service [moderated]

    • This reply was modified 7 years, 1 month ago by Andrew Nevins. Reason: Removed advertisement
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @awesomeweb, Deactivating plugins and switching themes isn’t technical and that’s why we recommend it. It is a debugging technique for common issues that can be carried out by non-technical people.

    Also, please don’t advertise support services here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uncaught TypeError: jQuery(…).ready(…) is not a function at acc.js:9’ is closed to new replies.