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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:23:59+00:00 2026-05-14T01:23:59+00:00

In trying to select elements that have any attributes, the following throws a jQuery

  • 0

In trying to select elements that have any attributes, the following throws a jQuery syntax error.

$("div[*]")

Is there a selector to check if a tag has any attributes?

Tested with jQuery 1.3

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

    I went with Ariel Popovsky’s suggestion to use filter, though if I needed this in many places, I would use petersendidit’s suggestion of creating a customer selector.

    The (important) difference is that the .specified property needs to be checked. IE always returns more than 80 attributes.

    Note: even this is not 100%. There are some attributes, like INPUT .value, that are special cases, but since I’m using a DIV, I can ignore them.

    $("div").filter(function()
    { 
        for (var i = 0; i < this.attributes.length; i++)
        {
            var attr = this.attributes[i];
            if (attr.specified) 
            {
                return true;
            }
        }
        return false;
    })
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to select all dom elements that have id=mydiv but exclude the ones
I am trying to use css3's :not() selector to select certain elements that do
I'm trying to style all <select> elements that are a descendant of a <div>
I'm trying to select all elements that have a given class and remove them
I'm trying to select elements with jquery ionly on a specific level. They have
I have next problem, when I'm trying to retrieve value from xforms:select elements I
I am using jQuery 1.3.2, and I'm trying to select some elements in an
I have a form that I'm trying to duplicate using jQuery. I'm using the
I have a text string i'm trying to select the spans from using jQuery.
So I have trouble trying to use any of these two elements for different

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.