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 7539833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:29:13+00:00 2026-05-30T07:29:13+00:00

I am new to Jquery.. I want use bounce effect in my application..I have

  • 0

I am new to Jquery.. I want use bounce effect in my application..I have seen a sample code here.It works there,But when copied and saved in my system its not working. Its giving JS error: Object does not support method / property ‘effect’.

Any ideas?
Here is my code,

<!DOCTYPE>
<html>
<head>
<title>Bounce Effect</title>
   <script type="text/javascript"  src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script>
     $(document).ready(function() {

      $("#button").click(function(){
         $("#Target").effect( "bounce", {times:3}, 300 );
      });
   });
   </script>

   <style>
      p {
           background-color:#bca;
           width:200px; 
           border:1px solid green; 
        }
     div{ width:100px; 
            height:100px; 
            background:red;  
        }
  </style>
</head>

<body>

   <p>Click the button</p>
   <button id="button"> Bounce </button>

   <div id="Target" class="target" >
   </div>  
</body>

</html>
  • 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-30T07:29:14+00:00Added an answer on May 30, 2026 at 7:29 am

    You need the proper library to use those effects.

    In the example you provided there’s a link to JQuery UI, which I believe have the “bounce” effect and .effect function.

    <script type="text/javascript" src="/jquery/jquery-ui-1.7.2.custom.min.js"></script>
    

    So, after switching out his custom JQuery UI to the one on Google, try this

    <!DOCTYPE>
    <html>
    <head>
    <title>Bounce Effect</title>
       <script type="text/javascript"  src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
       <script type="text/javascript"  src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
        <script>
         $(document).ready(function() {
    
          $("#button").click(function(){
             $("#Target").effect( "bounce", {times:3}, 300 );
          });
       });
       </script>
    
       <style>
          p {
               background-color:#bca;
               width:200px; 
               border:1px solid green; 
            }
         div{ width:100px; 
                height:100px; 
                background:red;  
            }
      </style>
    </head>
    
    <body>
    
       <p>Click the button</p>
       <button id="button"> Bounce </button>
    
       <div id="Target" class="target" >
       </div>  
    </body>
    
    </html>
    

    You can learn more about it here.
    JQuery and JQuery UI have fairly extensive documentation, so you should read up on them.

    • JQuery
    • JQuery UI

    Also, here’s a JSFiddle for you to… fiddle around with.
    It’s useful when you want to make examples or test something fast.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to jQuery but want to use this form validation plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ In
New to JQuery but want to use it to prefetch html pages in the
I am new jquery mobile. i want to use showPageLoadingMsg() of jquery mobile.But it
We are starting a new ASP.NET MVC application and want to use an jQuery
I am new to jQuery and want to use it to retrieve data from
I am new to JQuery and I want to use JQuery Ajax to upload
Im new to jquery/javascript and need help! I want to use the cycle plugin
I'm new to JQuery and so far I'm using prototype. But now I want
I am new to jQuery . I know the use of jQuery but I
i m new to wordpress and i want to use this jquery plugin in

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.