Recently, I encountered a situation where I have a form containing a DIV along with 3 INPUTS, each enclosed within a LABEL element. My goal is to alter the background image of the DIV whenever an INPUT receives focus.
Due to limitations in navigating up the DOM using CSS, I'm seeking advice on writing a few lines of jQuery code to achieve this effect. Any suggestions would be greatly appreciated!
Thank you in advance!