SyntaxFix
Write A Post
Hire A Developer
Questions
You can use find option to select an element inside another. For example, to find an element with id txtName in a particular div, you can use like
find
var name = $('#div1').find('#txtName').val();