Difference between revisions of "Team:Valencia UPV/mainjava"

(Created page with "/*$(document).ready(function (){ wiki bar hide&show: $('#top_menu_14').slideUp(); $("#header.alt h1").hover(function(){ $('#top_menu_14').slideDown();...")
 
Line 1: Line 1:
/*$(document).ready(function (){
+
$(document).ready(function (){
    /*wiki bar hide&show*/
+
     $("area").show();
    $('#top_menu_14').slideUp();
+
});
     $("#header.alt h1").hover(function(){
+
      $('#top_menu_14').slideDown();
+
    });
+
    $("#banner").mouseenter(function(){
+
      $('#top_menu_14').slideUp();
+
    });
+
 
+
+
});*/
+

Revision as of 09:35, 13 September 2015

$(document).ready(function (){

   $("area").show();	

});