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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T01:15:11+00:00 2026-06-11T01:15:11+00:00

I have html structure like this: <div class=’inside’> <div>429185</div> <div>492128</div> </div> Sometimes there is

  • 0

I have html structure like this:

 <div class='inside'>
    <div>429185</div>
    <div>492128</div>               
 </div>

Sometimes there is only one div inside. I need to get both numbers, and to send them via ajax to php script. Here is how ajax look like:

var value_of_divs = jQuery(".inside div").text();

jQuery.ajax({
    type: 'POST',
    data: {
        action: 'someaction',
        code: value_of_divs
    },
    url: '/somescript.php',
    success: function(msg) {
    jQuery('#somediv').html(msg);
    }
});

But as you can see, this works only when one div is in “inside” div. When two divs are there (like in example), i get nothing from php script. How to pickup content of both divs (as array?) and to send them to ajax?

  • 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-11T01:15:13+00:00Added an answer on June 11, 2026 at 1:15 am
    var value_of_divs = $.map($('.inside div'), function (div) {
        return div.innerHTML
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a html structure like this: <div class=one> <div id=two> <h2>Any</h2> <h4>Any</h4> </div>
i have html structure like this <div> <span class=ic> <span class=ic>12345</span> </span> </div> i
let's say I have an HTML structure like this: <div class=first> <div class=sub-1> <div
I have a HTML structure like this: <div class=votes> <b>5</b> Votes <a id=vote-' +
I have a HTML structure like this:- <article id=a_post class=a_post> <div id=thumbnail> <img id=shine
I have a html structure like this <div id='dropzone'> <ul id='filelist'> <li class='fileitem'></li> <li......
I have a html structure like this <div class='mydiv' id='89'>hello</div> <div class='mydiv' id='123'>hihihi</div> And
I have the html structure like this <div class=selected> <div class=selectedOption>September 2012</div> </div> <div
I have this HTML structure <div class=buttons> <button data-icon=ui-icon-disk class=save>Save1</button> <button data-icon=ui-icon-check class=ok>OK1</button> <button
I have this html structure <div class=top_menu> <ul> <li class=left><a href= class=family-filter>asdas</a></li> <li class=welcome>Welcome

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.