Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
m |
m |
||
| Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
| − | $('#wagon-list li').click(function(){ | + | $('#wagon-configurator-list li').click(function(){ |
$(this).addClass('selected'); | $(this).addClass('selected'); | ||
$(this).siblings().removeClass('selected'); | $(this).siblings().removeClass('selected'); | ||
}); | }); | ||
Revision as of 05:35, 2 August 2021
/* Any JavaScript here will be loaded for all users on every page load. */
$('#wagon-configurator-list li').click(function(){
$(this).addClass('selected');
$(this).siblings().removeClass('selected');
});