I ended up going in a different direction to achieve what I wanted. I put:
jQuery("a[href*=#title]").addClass('heading');
in the head to find all the links going to #title, then add the class I wanted. Success!
↧
Jack Struck on "Links Manager Custom Write Panel"
↧