Oh ok Btw this code
<script type="text/javascript">
$q=jQuery.noConflict();
$q(document).ready(function(){
$q(document).ready(function(){
$q(".beton").click(function(){
$q("#menuu,.close-button").fadeIn();
$q("body").addClass("hilang");
});
$q(".close-button").click(function(){
$q("#menuu,.close-button").fadeOut(300);
$q("body").removeClass("hilang");
});
});
</script>
Still not work, i save that code above </head>
hey andrew can i ask again? i have genesis theme, and i want to save script related post, where i can save the code?