Difference between revisions of "MediaWiki:Common.js"
From Shangpa Resource Center
(11 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
$('#searchInput').attr('placeholder', 'Search the library'); | $('#searchInput').attr('placeholder', 'Search the library'); | ||
}()); | }()); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 19:42, 9 December 2018
/* Any JavaScript here will be loaded for all users on every page load. */ $(function () { $('#searchInput').attr('placeholder', 'Search the library'); }());