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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:00:05+00:00 2026-05-22T00:00:05+00:00

One of my biggest pet peeves with websites is when some genius developer comes

  • 0

One of my biggest pet peeves with websites is when some genius developer comes along and drops Javascript actions ontop of all the links, entirely obliterating the mouse’s middle-click (default action in most browsers: open a new tab with that page). Today, I am that genius developer.

I’m using the jQuery Address plugin from asual, which does everything I need it to really well, with the exception of treating my middle click as open link in new tab. It treats the middle click as a normal click. I can still open links in a new tab, but I have to use the menu-click and select “open in new tab”.

How should I fix this behavior? If I don’t get my middle click back, my OCD is going to jump me in a dark ally somewhere, and this vein down the side of my forehead is going to keep growing and growing.

  • 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-22T00:00:06+00:00Added an answer on May 22, 2026 at 12:00 am

    …OK wow. You really love that middle click feature, LOL.

    You can try to override the plugin:

    $('#target').mousedown(function(e){
        if(e.which == 2){
            //Middle button clicked!
            e.stopPropagation();
            return true;
        }
    );
    

    Or implement something similiar inside the original plugin’s code.

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

Sidebar

Related Questions

one of my biggest peeves is how some android keyboards make text suggestions come
One of my biggest pet peeves is APIs that don't do what the average
One of my (my team's) biggest peeves with VS2008 is the slow speed in
This has been one of the biggest obstacles in teaching new people ColdFusion. When
From my previous questions about gettext, one of the biggest benefits of using PHP's
I've been using Markdown recently. One of my biggest problems with Markdown is that
one question about PHP Development. I am building up some Form Fields for Calculations.
One of my biggest trouble with CSS has always been how tricky it is
One of biggest interest right now is iPhone development. I'm fixing to start putting
One of my biggest issues dealing with a move from Java to .Net is

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.