Title: jQuery error from your plugin
Last modified: January 25, 2019

---

# jQuery error from your plugin

 *  Resolved [SimonVetterli](https://wordpress.org/support/users/simonvetterli/)
 * (@simonvetterli)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/jquery-error-from-your-plugin/)
 * Hi
 * I just updated to the latest version and get this error. What can I do to solve
   this problem?
 * <!– Universal Tracking – [https://wordpress.org/plugins/wp-meta-seo/](https://wordpress.org/plugins/wp-meta-seo/)–
   >
    <script type=”text/javascript”> (function ($) { $(window).load(function (){
 *  //Track Downloads
    $(‘a’).filter(function () { return this.href.match(/.*\.(
   zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*)(\?.*)?$/); }).click(function () { 
   ga(‘send’, ‘event’, ‘download’, ‘click’, this.href); });
 *  //Track Mailto
    $(‘a[href^=”mailto”]’).click(function () { ga(‘send’, ‘event’,’
   email’, ‘send’, this.href); });
 *  //Track Outbound Links
    $(‘a[href^=”http”]’).filter(function () { if (!this.
   href.match(/.*\.(zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*)(\?.*)?$/)) { if (
   this.href.indexOf(‘samui-infotech.com’) === -1) return this.href; } }).click(
   function () { ga(‘send’, ‘event’, ‘outbound’, ‘click’, this.href); }); }); })(
   jQuery);
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjquery-error-from-your-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘jQuery error from your plugin’ is closed to new replies.

 * ![](https://ps.w.org/wp-meta-seo/assets/icon-256x256.png?rev=1900542)
 * [WP Meta SEO](https://wordpress.org/plugins/wp-meta-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-meta-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-meta-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-meta-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-meta-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-meta-seo/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [SimonVetterli](https://wordpress.org/support/users/simonvetterli/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/jquery-error-from-your-plugin/)
 * Status: resolved