Thank you for getting back to me :)

$('a:first').click(function() - works great, but the chances of this
being the first anchor in the page is unlikely.

$('a[title="changeCSS"]').click(function() - Makes sense but doesn't
work.

The link on the page is
<li><a href="sessions.php" title="changeCSS">Change CSS</a></li>

Reply via email to