あなたが私を助けてくれることを願っていますReferenceError: prettyPrint is not defined
。
<a class="question helpcenterheading" href="http://www.google.com">How do I contact you?</a>
<span class="answer">One moment...</span>
<script>
$(document).ready(function() {
$("span.answer").hide();
$("a.question").click(function() {
$(this).toggleClass("active").next().slideToggle(2000, function() {
window.location.href = $(this).attr('href');
});
return false;
});
});
</script>
(ライブバージョン)