mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 13:45:35 +03:00
Finalizing code for beta
* Updating DocBlocks * Fixing typos * Adjusting whitespace
This commit is contained in:
parent
6782bb5ec3
commit
4d6a0dfa3e
7 changed files with 27 additions and 28 deletions
|
@ -5,7 +5,7 @@
|
|||
* All of the code for your public-facing JavaScript source
|
||||
* should reside in this file.
|
||||
*
|
||||
* Note that this assume you're going to user jQuery, so it prepares
|
||||
* Note that this assume you're going to use jQuery, so it prepares
|
||||
* the $ function reference to be used within the scope of this
|
||||
* function.
|
||||
*
|
||||
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* });
|
||||
*
|
||||
* Or when the window is completely ready:
|
||||
* Or when the window is loaded:
|
||||
*
|
||||
* $( window ).load(function() {
|
||||
*
|
||||
|
@ -24,7 +24,7 @@
|
|||
*
|
||||
* ...and so on.
|
||||
*
|
||||
* Remember that ideally, we should not attach anymore than a single DOM-ready or window-load handler
|
||||
* Remember that ideally, we should not attach any more than a single DOM-ready or window-load handler
|
||||
* for any particular page. Though other scripts in WordPress core, other plugins, and other themes may
|
||||
* be doing this, we should try to minimize doing that in our own work.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue