Well right now I have brain lock and this should be simple.
Basically I want to add a onclick event to the content in this function in which it applies a css class.
function my_onclick_handler($atts, $content = null)
{
return "<div onclick= class='my css' >".do_shortcode($content)."</div>";
}
Thanks in advance.