MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 91: Line 91:
$("#countryofNetherlands").click(function(){$("#NetherlandsStates").show();});
$("#countryofNetherlands").click(function(){$("#NetherlandsStates").show();});
$("#countryofNetherlands2").click(function(){$("#NetherlandsStates").show();$("#allLocations").show();});
$("#countryofNetherlands2").click(function(){$("#NetherlandsStates").show();$("#allLocations").show();});
/*------------------------------NetherlandsAntilles states----------------------------*/
$("#countryofNetherlandsAntilles").click(function(){$("#netherlandsAntillesStates").show();});
$("#countryofNetherlandsAntilles2").click(function(){$("#netherlandsAntillesStates").show();$("#allLocations").show();});
/*------------------------------Nigeria states----------------------------*/
/*------------------------------Nigeria states----------------------------*/
$("#countryofNigeria").click(function(){$("#nigeriaStates").show();});
$("#countryofNigeria").click(function(){$("#nigeriaStates").show();});