// JQuery Funktion

$(document).ready(function(){

//show hidden text
$("a.codeButtonA").click(function(){$("#toggle.codeA").toggle()});

});