Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function(){
- $(".menu a").bind('click',function() {
- $(this).next("em").animate({opacity: "show", bottom: "-155"}, "fast");
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement