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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:36:00+00:00 2026-05-28T01:36:00+00:00

I have an anchor tag that has a jQuery click event linked to it.

  • 0

I have an anchor tag that has a jQuery click event linked to it.

The first thing this click event does is to set the anchor as disabled, by setting the disabled attribute to true. This fires the correct look, since it picks up the myAnchor[disabled] style from my stylesheet.

However, it does not stop the Click event from being fired more times while the anchor has disabled set to true. I guess this is because the disabled attribute only works on inputs an not on anchors (as I found out after trying this).

This code is general for many anchors inside the application, so adding some code to the Click event itself is not desirable as I will have to copy this to all the Click methods. Even if I create a function with the required code, it means I (or worse, other developers that might not be aware) will have to remember to put this line first in all Click methods.

Remember that the anchor will probably be enabled at some point again also, so I can’t just remove the click event since then when enabling I need to keep track of the function somewhere else as well in addition to the click method.

So the question is, what is the correct way of disabling an anchor?

  • 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-28T01:36:00+00:00Added an answer on May 28, 2026 at 1:36 am

    You can do any of the following.

    $('a').click(function() { return false; }); 
    
    $('a').off('click');
    
    $("a").unbind("click");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery which has a click event, when any anchor tag is
I have this anchor tag that has text between to be vertically align text.
I'm working with jquery. I have an anchor tag that is generated dynamically in
I have an anchor tag in my application that has the sole purpose of
I have an anchor tag that has an href. I need to add a
i have a p tag that has many anchor tags and some text. i
I have an anchor tag <a class=next>next</a> made into a button. Sometimes, this tag
I have an image tag enclosed in an anchor element like this: <a href='$image'><img
I have a MVC app and using JQuery. I have anchor that I setup
I have an anchor element that looks like this <a href=url><img src=imgurl/>Text</a> I would

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.