Parent only filter
-
Hi Dima and BeRocket.
I was wondering if it was possible to make a ‘Select’ filter with only parents attributes.
When a ‘Select’ option is picked, is it possible to make a new ‘Select’ input, with all child-attributes to the parent?A quick example:
<select>
Pick a country:
<England>
<USA>
<Spain>
</select>Imagine we chose England, and a new select input appears:
<London>
<Cambridge>
< a city in England >The attributes are done like this:
– England
— London
— Cambridge
— A city in England
– USA
— A city in USA
– Spain
— Barcelona
— A city in SpainIs this possible to do?
I don’t mind extending the code by myself, but it would be awesome to get a pointer to where I should mess around with the code. ??
Thanks in advance.
- The topic ‘Parent only filter’ is closed to new replies.