i want selector children of element on focus
i've tried following , didn't work
#myelement > * :focus { /*stuff*/}
focus works elements accept keyboard input. try toggling class javascript based on events "focus" , "blur"
i want selector children of element on focus
i've tried following , didn't work
#myelement > * :focus { /*stuff*/}
focus works elements accept keyboard input. try toggling class javascript based on events "focus" , "blur"
Comments
Post a Comment