phpbbフォーラムのoverall_headerテンプレートにいくつかのjqueryスクリプトを入れましたが、効果がありません。
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.js">
$(document).ready(function(){
$("#vinanghi_caution").click(function(){
$(this).hide();
})
})
</script>