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

  • Home
  • SEARCH
  • 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 6377975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:56:40+00:00 2026-05-25T01:56:40+00:00

I would like to use some ajax in a project but I can’t seem

  • 0

I would like to use some ajax in a project but I can’t seem to get it working, just to try it out I have made a button in one of my views with which I want to hide (slideUp) the whole body

I have tried this code inside my view:

<script src="@Url.Content("http://code.jquery.com/jquery-latest.js")></script>

 <script type="text/javascript" >$("button#hideAll").click(function ()
         {
            if ($("body").is(":hidden")) {
                  $("body").show("slow");
            } else {
                  $("body").slideUp();
                   }
             });{
 </script>

this is the viewpage, at the top is the hide all button which I want to use

ps: if you have any other remarks on the layout etc, I’d be glad to hear them too.

EDIT:
This is some more of the html code btw:

<p id="uitlegToonStudenten">Hieronder ziet u 2 lijsten van studenten. U kan één of meerdere studenten selecteren om hen naar de andere lijst van studenten te verplaatsen.</p>
<hr>

<button id="hideAll">hide All!</button>

EDIT:
update on code (still doesn’t work:)

<button id="hideAll">hide All!</button>
<div id="bodyFake">

<p id="uitlegToonStudenten">Hieronder ziet u 2 lijsten van studenten. U kan één of meerdere studenten selecteren om hen naar de andere lijst van studenten te verplaatsen.</p>
<hr>

<script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>
<script src="@Url.Content("http://code.jquery.com/jquery-latest.js") type="text/javascript"></script>

 <script type="text/javascript" >
  $(function () {
         $("button#hideAll").click(function () {
             if ($("div#bodyFake").is(":hidden")) {
                 $("div#bodyFake").slideDown();
             } else {
                 $("div#bodyFake").slideUp();
             }
         });
     });
 </script>

As you can see I’ve put the everyting in a ‘fake’ body div and put the button above (there is more code and I close the div at the end)
EDIT2:
this was the ‘big mistake’:

<script src="http://code.jquery.com/jquery-1.6.2.js" type="text/javascript"></script>
  • 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-25T01:56:40+00:00Added an answer on May 25, 2026 at 1:56 am

    Wrap your code in $(function(){..} that way it will ensure that the element is available before it tries to access it. Also to show the element you can use slideDown which is the opposite of slideUp. There is an extra opening brace in your code remove it. You can try this.

    Working demo

      $(function () {
         $("#hideAll").click(function () {
    
             if ($("div#bodyFake").is(":hidden")) {
                 $("div#bodyFake").slideDown();
             } else {
                 $("div#bodyFake").slideUp();
             }
         });
      });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to use the libtorrent-rasterbar to devellop some test with torren, but
I would like to use HTML 5 for video/audio viewing, but I have some
I would like to use some of the Google AJAX APIs in my Chrome
I would like to use some iteration control flow to simplify the following LaTeX
I would like to use some code written in python (it uses built in
I have an IFrame app, and I would like to use some Connect features
I am writing a small wxPython utility. I would like to use some event
I would like to use the jenkins script console some more. Where do I
I've created some custom UITableViewCells in a nib file and would like to use
in my app I have some text.setTextColor(Color.GRAY) . Now I would like to use

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.