Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44407, comment 2


Ignore:
Timestamp:
06/21/2018 04:57:34 AM (6 years ago)
Author:
garrett-eclipse
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44407, comment 2

    initial v1  
    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
     1I 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]]
     2So I'm able to jQuery what I needed for this specific ticket can be minor if anything[[BR]]
    33Thank you