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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T13:07:20+00:00 2026-05-22T13:07:20+00:00

<script type=text/javascript src=jquery.js></script> <script type=text/javascript> $(document).ready(function(){ $(.comment).click(function(){ $(.commentForm).slideToggle(slow); }); }); </script> </head> this script

  • 0
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  $(".comment").click(function(){
     $(".commentForm").slideToggle("slow");
  });
});
</script>
</head>

this script above will slide in a from but then somehow the browser refresh again and bring it back to original mode where user can see the form instead of staying with the form hided or slided in.

I have tried in two browser Chrome and Mozzilla in Chrome the refresh back is faster than firefox.

why is that happening is the jquery.js causing this ?

  • 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-22T13:07:21+00:00Added an answer on May 22, 2026 at 1:07 pm

    Make sure you cancel the default action of the link by returning false from the click event handler:

    $('.comment').click(function() {
        $('.commentForm').slideToggle('slow');
        return false;
    });
    

    or:

    $('.comment').click(function(e) {
        $('.commentForm').slideToggle('slow');
        e.preventDefault();
    });
    

    If this .comment selector represents a <form> or an anchor and you don’t prevent the default action the browser will simply redirect and the javascript might not have time to execute.

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

Sidebar

Related Questions

<script src=jquery-1.5.2.min.js type=text/javascript> $(document).ready(function(){ $.ajax({ type: GET, url: http://rama.inescporto.pt/app/api/, data: method=getGraph&artist=Coldplay&ri=3&p=3&d=0.5, dataType: xml, success:
I have a code like this. <html> <head> <title>Captcha With Refresh Feature</title> <script src=jquery.js
I'm attempting to select all <script type=text/html> tags in a page. I use <script>
I'm adding some <script/> tags from javascript to load some libraries (e.g., jquery). When
Debugging one of my projects I noticed another developer had changed the $(document).ready() function
I was wondering if anyone here had some experience writing this type of script
What should I type on the Mac OS X terminal to run a script
I want to make sure people can't type the name of a PHP script
I'm developing a javascript widget that depends on jQuery. The widget may or may
How I can load the Google maps like this: function loadScript() { var script

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.