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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:24:57+00:00 2026-05-22T18:24:57+00:00

In my application I am using styling anchor tags in the same way as

  • 0

In my application I am using styling anchor tags in the same way as buttons. I need to be able to disable buttons, but the anchor tag does not have a disabled attribute. The way around this that I have attempted is by using preventDefault() in the anchor click event like so:

$('a.disabled').click(function (e) {
    e.preventDefault();
});

This is not disabling the link. However, if I simply use the ‘a’ selector $('a').click(function()... it does disable the link. I assume this is something to do with priority of events or event ordering based on the selectors.

Anyone know a way around this??

UPDATE

I have just realied that the above code works if referencing an anchors id in the selector, again this leads me to believe it is something to do with CSS selector priority, i.e. id referenced styles override class styles etc.

  • 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-22T18:24:58+00:00Added an answer on May 22, 2026 at 6:24 pm

    I’m guessing you’re setting the disabled class AFTER you’ve bound the click event handler. If your element doesn’t match the selector at the time of binding, it won’t work. In case you want to run your handler in case your element will match your selector in the future, you need to use live().

    $('a.disabled').live("click", function(e){
        e.preventDefault();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using a stylesheet in my Qt desktop application (a .qss file), but I
I am styling a web application that I made with Java EE (using JSF
I'm using Silverlight toolkit to set the styling for my whole application. Now I
My application using tapestry 4.1.6 jar files deploys correctly in weblogic 10.3.3.0. But at
I created an application using GWT and support for the Google Datastore but now
I have an UpdatePanel control in my ASP.NET application (actually several, but that's not
I am developing an application using opencv as my college project, it's almost done
While developing an application using gwt in ecliplse crashed. Now the server is running
I creating a web application using JSF,Hibernate,Spring. I have added a filter for checking
I publish my web application using msbuild by calling following command: msbuild myweb.csproj /T:Package

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.