Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- $(document).ready(function(){
- $(".menu li").hover(function() {
- $(this).addClass("current");
- },
- function() {
- $(this).removeClass("current");
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment