forum

Home / DeveloperSection / Forums / jQuery get value within child div

jQuery get value within child div

Anonymous User 1258 25-Mar-2018

I am trying to access the value of div whose id is second

<div id='container'>

    <div id='first'>HI</div>
    <div id='second'>Mindstick</div>
    <div id='third'>Software</div>
</div>



Updated on 25-Mar-2018
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By