Possible Duplicate:
Manipulating CSS :before and :after pseudo-elements using jQuery
So i have a click event and after it has been clicked i want to target the pseudo element after.
    $('.expanable h3').click(function(){
        $(this).....TARGET AFTER
    });
I would like to change the styles of the :after
 
     
    