When is one preferred over the other when searching for nested Divs?
The .find() and .children() methods are similar, except that the latter only travels a single level down the DOM tree.
Source: http://api.jquery.com/children/