Jump to content

MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 2: Line 2:
$(document).ready(function(){
$(document).ready(function(){
/*------------------------------Peru states----------------------------*/
/*------------------------------Peru states----------------------------*/
$("#countryofPeruPeruPeruPeru").click(function(){$("#PeruPeruStates").show();});
$("#countryofPeru").click(function(){$("#PeruStates").show();});
$("#countryofPeruPeruPeru2").click(function(){$("#PeruStates").show();$("#allLocations").show();});
$("#countryofPeru2").click(function(){$("#PeruStates").show();$("#allLocations").show();});
/*------------------------------Argentina states----------------------------*/
/*------------------------------Argentina states----------------------------*/
$("#countryofArgentina").click(function(){$("#argentinaStates").show();});
$("#countryofArgentina").click(function(){$("#argentinaStates").show();});