jQuery .click() event for CSS pseudoelement (:before/:after)? -


i want trigger jquery animation when content inserting through css pseudoelements :before: , :after clicked. however, i'm not sure how this; first guess, $(#id:before).click() didn't work. part of jquery's functionality? if so, how select before/after content?

jquery not support css :before , :after selectors. to select siblings, use .siblings() , filter there.

http://api.jquery.com/siblings/


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -