Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7440941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:55:48+00:00 2026-05-29T10:55:48+00:00

Trying to use JQuery Easing plugin in my wordpress but its giving me following

  • 0

Trying to use JQuery Easing plugin in my wordpress but its giving me following error (firebug)

c.easing[this.options.specialEasing && this.options.specialEasing[this.prop] || a] is not a function

I have included JQuery 1.4.2 and after doing some googling have included addeded even jquery.easing.compatibility.js along with jquery.easing.1.3.js but still the problem is there.

Can any one let me know what might be the issue.As an additional note i am also using fancybox so have following js included in my code

jquery.mousewheel-3.0.4.pack.js
jquery.fancybox-1.3.4.pack.js

Hers is the code i am using

<script type='text/javascript'>
$(document).ready(function() {
    function anim(duration){
        $('#mint').animate(
            {height: 'toggle'},
            {duration: duration, specialEasing: {height: 'easeOutBounce'}}
        );
    }

    $('#closebtn').click(function() {
        $('#mintbar').slideUp();
        anim(800);
    });

    $('#mint').click(function() {
        anim(500);
        $('#mintbar').slideDown('slow','easeOutBounce');
    });
});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T10:55:48+00:00Added an answer on May 29, 2026 at 10:55 am

    If you say it works standalone but not with WordPress then it’s probably because you’re in noConflict mode so you need to use jQuery instead of its shortcut, $. Instead of $('#mint'), do jQuery('#mint'). Same for every other jQuery object.

    How are you including jQuery in WordPress anyway? It already comes bundled with it. If you’re attaching your own version, you need to do it the proper way. Every other script should be loaded in functions.php too, and not in the header.

    In functions.php

    function my_add_scripts() {
    
        // Unload bundled jQuery
        wp_deregister_script( 'jquery' );
    
        // jQuery
        wp_register_script( 'jquery', ('http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'), 0, 0, 1 );
        wp_enqueue_script( 'jquery' );
    
        // mousewheel
        wp_register_script( 'mousewheel', get_template_directory_uri() . '/js/mousewheel.js', 0, 0, 1 );
        wp_enqueue_script( 'mousewheel' );
    
        // fancybox
        wp_register_script( 'fancybox', get_template_directory_uri() . '/js/fancybox.js', 0, 0, 1 );
        wp_enqueue_script( 'fancybox' );
    
    }
    add_action( 'wp_enqueue_scripts', 'my_add_scripts' );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use the jquery autocomplete plugin but am having trouble getting
I am trying to use JQuery in my ASP.Net 2.0 website in this scenario:
I'm trying to use jQuery.scrollTo plugin with accordion (where one block expands after clicking
I am trying to use jquery autocomplete plugin, I want it to suggest ItemCodes
I am trying to use jQuery autocomplete on my dynamically created textboxes. this is
I am trying to use a simple slideshow using jquery cycle plugin and It
im trying to use jquery bbq for remembering page with ajax. but i wonder,
I'm trying use jQuery to modify the HTML of the WordPress [caption] shortcode, whose
I am trying to use jquery autocomplete plugin in my application. It works well
I'm trying to use jQuery to load a PartialView. It does this fine at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.