1 | | I wanted to inject a grandparent selector in that position, I relied heavily on ajax for the logic so simply injected it via jQuery instead. With that though there was slim pickings for targetting so ended up having to traverse up from `$('label.post-attributes-label[for="parent_id"])` and created #44408 to address that and make it easier to target/manipulate the individual attributes via css/js. |
2 | | So I'm able to jQuery what I needed for this specific ticket can be minor if anything |
| 1 | I wanted to inject a grandparent selector in that position, I relied heavily on ajax for the logic so simply injected it via jQuery instead. With that though there was slim pickings for targetting so ended up having to traverse up from `$('label.post-attributes-label[for="parent_id"])` and created #44408 to address that and make it easier to target/manipulate the individual attributes via css/js.[[BR]] |
| 2 | So I'm able to jQuery what I needed for this specific ticket can be minor if anything[[BR]] |