Users Pricing

forum

home / developersection / forums / get value of child div using jquery

Get value of child div using jquery

Sunil Singh 1620 18 Jul 2017

I want to access the content of div id second ..please help
<div id='container'>
    <div id='first'>first text</div>
    <div id='second'>Secod text</div>
    <div id='third'>Third test</div>
</div>
thanks in advance

Sunil Singh

Other


1 Answers