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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:44:53+00:00 2026-05-29T22:44:53+00:00

I want to gather a fairly complicated wrapped set using JavaScript whilst avoiding having

  • 0

I want to gather a fairly complicated wrapped set using JavaScript whilst avoiding having to load the jQuery library (or any other library, eg. Sizzle).

Within the following HTML I want to form a wrapped set consisting of every img element:

<div id='slider'>

   <div><img src="../../images/rby/rby (30).jpg" width="720" height="507"></div>
   <div><img src="../../images/rby/rby (18).jpg" width="720" height="507"></div>
   <div><img src="../../images/rby/rby (12).jpg" width="720" height="507"></div>

</div>

I’ve tried using the querySelectorAll() method mentioned in this answer but I’m unable to generalise the lesson to my own specific needs. Can someone help perhaps?!

Many thanks.

  • 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-29T22:44:55+00:00Added an answer on May 29, 2026 at 10:44 pm

    Well, the syntax of querySelectorAll() is the same as jQuery’s selector syntax. So, your solution would be:

    // If you want only the <img> elements inside <div> elements:
    var my_images = document.querySelectorAll('div#slider div img');
    
    // If you want all images inside div#slider:
    var my_images = document.querySelectorAll('div#slider img');
    

    Of course, if you don’t mind the lack of IE6 / IE7 support, you’re good to go!

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

Sidebar

Related Questions

I had a question using Perl's readdir(). I want to gather all the files
I have a site which is using facebook for auth. I want to gather
I want to gather data from different data servers located in Europe and Asia.
want to know why String behaves like value type while using ==. String s1
I want to gather information about an image, such :- Camera used, Focal Length,
What I basically want to do is redirect any 404 requests to /404/ but
So what I want to do is gather images on the page and add
I want to gather Dreamweaver Tips and Tricks making development easy. Mine, I recently
Say I want to display a graph of today's stock market. I gather all
Just want to make sure I understand things. From what I gather so far,

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.