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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:17:57+00:00 2026-06-04T03:17:57+00:00

i have a div in my project and on this div a button that

  • 0

i have a div in my project and on this div a button that has an action of sliding the div down but the div itself has an action onclick to slide itself up

the problem here is that when i click the button the action of the button is done that the div slide down but also the action of the div is fired and slide up again coz the button is a part of it

i hope that i give you the point
here is some code

<div id='container' onclick='slideup()'>
    <button onclick='slidedown()'>click</button>
</div>

which slideup and slidedown are functions added by my in javascript

  • 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-06-04T03:17:59+00:00Added an answer on June 4, 2026 at 3:17 am

    Add return false to function slidedown

    <div id='container' onclick='slideup()'>
        <button onclick='slidedown()'>click</button>
    </div>
    
    function slidedown(){
        ...
        ...
        return false;
    }
    

    since you tagged your question jQuery, why don’t you use this wonderful library?

    $('#container button').click(function(){ // or use $('#button-id')...
        slidedown();
        return false;
    });
    
    $('#container button').click(slideup);
    

    Updated HTML

    <div id='container'>
        <button >click</button> <!-- better give that button an id-->
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code: <div class=search> <input type=text id=tbWasSearch value=Search here... class=project onclick=this.value=''/>
I have below html code in one of the opensource project. <form action=/wiki/bin/view/Main/Search> <div
i have any div for show details of project ( class main ). now
I'm working on a project where I have different sets of div like heading,
I have DIV element which only has a few lines in and a background
I have div which has three buttons as, <div id=buttons> <input id=preview class=ButtonStyle type=submit
At the moment, my project has a method do_quote(quoteid,userid) This method take a minute
I have a project for a client that will be using a YouTube comment
This is a stupid question, but i can't figure it out, say i have
I have project that shows few tables and try to use JQuery dialog boxes

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.