I have a series of input elements each with a few tags separate. I like to have if where I can click on any of the
input
tags separate. I like to have if where I can click on any of the
click
$('div').click(function() { $(this).find('input[type="text"]').focus(); });
LIVE DEMO