Difference between revisions of "MediaWiki:Common.js"
From Shangpa Resource Center
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
$(function () { | $(function () { | ||
$('#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');
}());
