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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:00:58+00:00 2026-06-14T19:00:58+00:00

$(a[href $=’.pdf’] ).addClass(linkIconPDF); $(a[href *=’.pdf#’]).addClass(linkIconPDF); $(a[href *=’.pdf;’]).addClass(linkIconPDF); $(a[href *=’.pdf?’]).addClass(linkIconPDF); $(a[href $=’.txt’] ).addClass(linkIconTXT); $(a[href *=’.txt#’]).addClass(linkIconTXT);

  • 0
$("a[href $='.pdf']" ).addClass("linkIconPDF");
$("a[href *='.pdf#']").addClass("linkIconPDF");
$("a[href *='.pdf;']").addClass("linkIconPDF");
$("a[href *='.pdf?']").addClass("linkIconPDF");

$("a[href $='.txt']" ).addClass("linkIconTXT");
$("a[href *='.txt#']").addClass("linkIconTXT");
$("a[href *='.txt;']").addClass("linkIconTXT");
$("a[href *='.txt?']").addClass("linkIconTXT");

So far so good, but how can it be simplified to match any file type?

Is it possible to do some regex grouping to match all possible file types like this?

$("a[href $='.([a-zA-Z0-9]{2,4})']" ).addClass("linkIcon$1");

Test script: http://jsfiddle.net/k2jqn/

  • 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-06-14T19:00:59+00:00Added an answer on June 14, 2026 at 7:00 pm
    $("a").each(function(){
        var match = this.href.match(/\.([a-zA-Z0-9]{2,4})([#;?]|$)/);
        if(match){
            $(this).addClass("linkIcon" + match[1]);
        }
    });
    

    Demonstration: http://jsfiddle.net/k2jqn/4/

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

Sidebar

Related Questions

Can I change the href by javascript? I use the following code in but
I need to use href instead click event so I can use hover in
I have this href link with text either attivo or non attivo User can
jQuery.get(window.location.href, function(data) { alert(data); alert($(data).html()); }); The first popup is all the HTML good
Somehow the a href is also surrounding the 'update' image but the href is
I have used location.href to redirect next page, but now i want to back
If location.href.match(i) matches in the URL, how do you use javascript to match for
For example if location.href = 'http://mydomain.com/en/' and I have <a href=my-file.html id=myId>i am just
How can I get href attribute from <a class='l'> ? This is my code
window.location.href redirects the browser to stackoverflow.com when the button is clicked, but does not

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.