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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T06:15:21+00:00 2026-06-09T06:15:21+00:00

I want a selector engine, with not many features, that is very very small.

  • 0

I want a selector engine, with not many features, that is very very small.

I only need to identify by tag, id, and class – and be able to nest those things…

// select info paragraph within content area
#content p.info

// change headings above size h3
h1, h2, h3

I don’t need to check if the tag as an attribute which matches a regex pattern or anything like that. I want only to use fast selection methods, on well formed HTML.

I can only find full featured libraries online, which all weigh in around 3K – which I feel is far too much for a small job.

  • 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-09T06:15:22+00:00Added an answer on June 9, 2026 at 6:15 am

    I do not see what is wrong with native javascript?

    document.getByElementId(...);
    document.getElementsByClassName(...);
    document.getElementsByTagName(...);
    

    Or even this (can be used in all modern browsers [including IE8+]):

    document.querySelectorAll(...);
    document.querySelector(...);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically, I have a control that I want to extend from the Selector Class
I want to invoke a selector of a method that has the usual NSError**
I want to be able to hide a selector if it contains any data.
I want to get the html including the selector that I am using to
I'm implementing a button class in cocos2d, and I want to be able to
I want to write a selector that targets the first element that doesn't have
I want to get the Xpath selector for classname(.class) . So basically, i want
I want to use selector for a layout and image view..But it is not
I think all I need is a selector, but can't find one. I want
I want to disable the Selector from my ListView . That's when I click

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.