Skip to content

Instantly share code, notes, and snippets.

View TangMonk's full-sized avatar
🏠
Working from home

David Wu TangMonk

🏠
Working from home
  • Tuols
  • China Chengdu
  • 18:27 (UTC -12:00)
View GitHub Profile
@TangMonk
TangMonk / include.js
Created April 17, 2014 10:17
drupal load jquery plugin
$(function($){
/* ================ MAIN NAVIGATION ================ */
function piMainmenu(){
$(" #nav ul ").css({
display: "none"
}); // Opera Fix
$(" #nav li").hover(function(){
$(this).find('ul:first').css({
visibility: "visible",