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
//To get the textual contents of a container, you need to use text() (or html(),
hope this will helps you..