Hi,
I've found an opensource jquery for transposing guitar chords in a html file i want this to work in wordpress posts
here it is
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script><br />
<script type="text/javascript" src="jquery.transposer.js"></script><br />
<script type="text/javascript"><br />
$(function() {<br />
$("pre").transpose();<br />
});<br />
</script><br />
<link rel="stylesheet" type="text/css" href="jquery.transposer.css" /><br />
</head><br />
<body style="margin: 30px"><br />
<pre data-key="C"><br />
C G Am F<br />
When I find myself in times of trouble, Mother Mary comes to me<br />
C G F C/E Dm C<br />
Speaking words of wisdom, let it be</p>
<p> C G Am F<br />
And in my hour of darkness, She is standing right in front of me<br />
C G F C/E Dm C<br />
Speaking words of wisdom, let it be</p>
<p> Am G F C<br />
Let it be, let it be, let it be, let it be<br />
G F C/E Dm C<br />
Whisper words of wisdom, let it be<br /></pre>
Thank you, i hope you can help me