Can’t add jquery
-
Dear!
In the first, I want to say thank you for Plugin author, this plugin is great!
Now I meet a problem with the jquery, I tried to add this code to footer.php but it doesn’t work.
<script>
$(document).ready(function() {
$(“.tatx”).click(function() {
$(“#sidr”).css(“display”,”none”);
});
});
</script>
- The topic ‘Can’t add jquery’ is closed to new replies.