Users Pricing

forum

home / developersection / forums / jquery get value within child div

jQuery get value within child div

Anonymous User 1538 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>

I am a content writter !


1 Answers