forum

Home / DeveloperSection / Forums / Get value of child div using jquery

Get value of child div using jquery

Sunil Singh131618-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

Updated on 19-Jul-2017

Can you answer this question?


Answer

1 Answers

Liked By