MediaWiki:Mobile.js: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann Created page with "→Any JavaScript here will be loaded for users using the mobile site: //================================================================================ //*** Dynamic Expan..." |
imported>Hendrik Brummermann No edit summary |
||
| Line 104: | Line 104: | ||
}); |
}); |
||
$("div.dropdownmenu ul li ul li:has(ul)").find("a:first").append(" » "); |
$("div.dropdownmenu ul li ul li:has(ul)").find("a:first").append(" » "); |
||
$("div.dropdownmenu>ul>li>span>a").click(function(event) { |
|||
event.preventDefault(); |
|||
}); |
|||
}); |
}); |
||