Kategorie:Snippets mit JavaScript
Wie man es verwendet
You can use these snippets in any resource loader module.
This includes those generated by core (such as the site
and user
module generated from wiki pages) and those in extensions.
See Manual:Interface/JavaScript for places where you can add those snippets to your site.
Most snippets assume that they are executed after the document is ready: for those cases, make sure that you have a document-ready wrapper in your code. If you don't have one already, use the below:
$( function () {
// Paste snippet here.
// Paste as many as you like, only one "$( function () { ... } );" wrapper is needed!
} );
Subcategories
This category has only the following subcategory.
The number of included categories (C), pages (P) and files (F) is stated in brackets.