Posts by lertaniss • 11 points
1 post
-
1
votes1
answer140
viewsQ: Identify inputs in a div
People I would like to know if there is any way to identify inputs within a div, without using name, id or class. Example: <div> <input type='text'> <input type='text'> <input…