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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:20:26+00:00 2026-05-10T21:20:26+00:00

I have the following markup for buttons (can be changed, but I really don’t

  • 0

I have the following markup for buttons (can be changed, but I really don’t want to):

<a href='#' class='button'>   Button text   <img src='someimage.png' /> </a> 

This is styled using CSS to become a rather neat button with an icon on it. I am using jQuery to round the leftmost side of the buttons:

$('a.button').corner('tl bl 10px'); 

This works like a charm. Now I want to also support buttons that do not have images, and therefore should be rounded on both sides. Simply rounding all edges for all buttons won’t work, as the rounded corners plugin paints on top of the icons.

So, I am specifically looking for a selector to select <a class='button'> to does have <img>-child elements, and another to select <a class='button'>-elements that do not have <img>-child elements. Is this possible?

I know I could change the class of the button depending on whether or not it has an image inside it, but that just feels wrong.

  • 1 1 Answer
  • 1 View
  • 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. 2026-05-10T21:20:26+00:00Added an answer on May 10, 2026 at 9:20 pm

    You can use the following to select anchors with / without a child image

    $('a.button:has(img)')  $('a.button:not(:has(img))') 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following markup: <button class=button type=button><span>Edit</span></button> I want to have a click
I have the following markup: <p class=managebox> <button value=Add page> <img src=page_add.png alt=Add more
I have the following markup. I would like to add class_A to <p class=subitem-text>
I have following button markup in a single/multiple page jquerymobile page template. <a href=#
I have the following markup, and I want to make the All radio button
I have the following markup, <ul id=menu> <li><a href=#>Something1</a></li> <li><a href=#>Something2</a></li> <li><a href=#>Something3</a></li> <li><a
I have the following markup: <div id=routes> <ul id=routesList> <li class=routes>Route 1</li> <li class=routes>Route
I have the following markup - <div class=area 1 friendly> <div class=area-count> 8 </div>
I have the following ASP.NET markup: <div id=myForm title=My Form style=display: none> <span>You can
I have the following markup: <div style=width: 660px; border-bottom: 1px solid #3A3F46;> <div class=noplace_event_cont>

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.