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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:20:41+00:00 2026-06-03T07:20:41+00:00

Maybe I am missing something, but they seem similar. If you use for example…

  • 0

Maybe I am missing something, but they seem similar. If you use for example…

a[alt~="thumb"]

or…

a[alt*="thumb"]

What can I narrow my selection down to differently? I am at the understanding that ~ gives you a partial match in the quotes while the * gives you a partial match. I am going to fiddle with the code a little, but since I could not find a question on the subject here, thought it would make a good topic either way.

  • 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-03T07:20:42+00:00Added an answer on June 3, 2026 at 7:20 am

    From the JQuery help (which supports the standard selectors):

    a[alt~="thumb"]
    

    Description: Selects elements that have the specified attribute with a
    value containing a given word, delimited by spaces. This selector
    matches the test string against each word in the attribute value,
    where a “word” is defined as a string delimited by whitespace. The
    selector matches if the test string is exactly equal to any of the
    words.

    a[alt*="thumb"]
    

    Description: Selects elements that have the specified attribute with a
    value containing the a given substring. This is the most generous of
    the jQuery attribute selectors that match against a value. It will
    select an element if the selector’s string appears anywhere within the
    element’s attribute value. Compare this selector with the Attribute
    Contains Word selector (e.g. [attr~=”word”]), which is more
    appropriate in many cases.

    Basically the selector ~= only matches if the value is found surrounded by white space. The selector *= matches if the value is found anywhere.

    <div alt='heading navigation'>
    <div alt='head'>
    

    div[alt~='head'] would match only the second div, but div[alt*='head'] would match both.

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

Sidebar

Related Questions

Maybe I'm missing something obvious, but I how can I view the expression tree
Maybe I'm missing something, but from Apple's documentation for NSHTTPCookieStorage , I can't help
Maybe I'm just missing something in the docs, but it seem it's not possible
Ok, maybe I'm missing something here but I'm looking at various PHP hosting options
Maybe I am missing something, but in symfony examples, in form submission action there's
I think the answer is no, but maybe I'm missing something: in most repos,
Maybe I'm totally missing something about even handling in jQuery, but here's my problem.
This seems like it should be simple, but maybe I'm missing something. I just
I may be missing something obvious here, but how could I rewrite this code
Maybe I'm attempting to do something that isn't possible, or I'm missing something completely

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.