-->
  $(function() {     //We initially hide the all dropdown menus     $('#dropdown_nav li').find('.sub_nav').hide();        //When hovering over the main nav link we find the dropdown menu to the corresponding link.     $('#dropdown_nav li').hover(function() {       //Find a child of 'this' with a class of .sub_nav and make the beautyfadeIn.       $(this).find('.sub_nav').fadeIn(100);     }                                 , function() {                                   //Do the same again, only fadeOut this time.                                   $(this).find('.sub_nav').fadeOut(50);                                 }                                );   }    );
  • Home
  • Tutorials
  • SREEDHARAN
  • SANKARAN
  • VIJAYANA V K
  • RAJESH M P
  • NARAYANA D
  • RAJAN P
  • BABU N K
  • Artciles
  • Announcements #1
  • Announcements #2
  • Announcements #3
  • Announcements #4
  • Freebies
  • Other Stuff
  • Other Stuff #1
  • Other Stuff #2
  • Other Stuff #3
  • Other Stuff #4