We have two divs:
How to select all the input field as an array with name="divText" that are inside "div2".
//Body of div1
//Body of div2
We have two divs:
How to select all the input field as an array with name="divText" that are inside "div2".
//Body of div1
//Body of div2
Answer
Use Attribute Equals Selector [name="value"] along with ID Selector (“#id”). There is error in your html the closing quote of div id div1 and div2 is missing as well.
$('#div2 input[name="divText"]')
Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...
No comments:
Post a Comment