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
Try this with jquery:
$('#yourdiv').click(function() { $('#yourfield').focus(); });