Posts by user243382 • 46 points
1 post
-
3
votes1
answer39
viewsA: Use Parent with input -- jquery
<div id="parentDiv"> <input type="text" onfocus="mostra(this)"> </div> In the HTML above, you are invoking the function mostra passing a reference of the element itself as a…