Title: Smart JavaScript Auto Loader
Author: Peter Raschendorfer
Published: <strong>2013年9月13日</strong>
Last modified: 2024年4月17日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://ps.w.org/javascript-autoloader/assets/icon-256x256.png?rev=3071868)

# Smart JavaScript Auto Loader

 作者: [Peter Raschendorfer](https://profiles.wordpress.org/petersplugins/)

[ダウンロード](https://downloads.wordpress.org/plugin/javascript-autoloader.5.0.3.zip)

 * [詳細](https://ja.wordpress.org/plugins/javascript-autoloader/#description)
 * [レビュー](https://ja.wordpress.org/plugins/javascript-autoloader/#reviews)
 * [開発](https://ja.wordpress.org/plugins/javascript-autoloader/#developers)

 [サポート](https://wordpress.org/support/plugin/javascript-autoloader/)

## 説明

The Smart JavaScript Auto Loader Plugin allows you to load additional JavaScript
files without the need to change files in the theme directory

### Retired Plugin

Development, maintenance and support of this plugin has been retired in october 
2023. You can use this plugin as long as is works for you.

There will be no more updates and I won’t answer any support questions. Thanks for
your understanding.

Feel free to fork this plugin.

### Usage

To load additional JavaScript files just put them into a directory named **jsautoload**.
This directory can be placed in three different locations that are loaded in the
following order:

 * Child Theme dependent (if using a Child Theme) : in the Child Theme’s directory
 * Theme dependent : in the Theme’s directory
 * Theme independent : in the wp-content directory

Only files with extension .js are added, all other files are ignored. Subdirectories
can be used and will also be scanned. To ignore a complete directory (including 
all subdirectories) name the directory beginning with an underscore (_). The files
are added in alphabetical order. Directories always are added **after** files.

To load one ore more JavaScript files at the end of your HTML file just place them
into a directory named **footer**. To add the files to the footer of your theme 
it is required to call wp_footer() in your footer.php.

### Plugin Privacy Information

 * This plugin does not set cookies
 * This plugin does not collect or store any data
 * This plugin does not send any data to external servers

## 評価

![](https://secure.gravatar.com/avatar/905705cd99e76ed760ed476816e1516fa8d0d009913de96d0428346999cd643f?
s=60&d=retro&r=g)

### 󠀁[A great plugin!](https://wordpress.org/support/topic/a-great-plugin-218/)󠁿

 [fishbottle](https://profiles.wordpress.org/fishbottle/) 2019年10月19日 1 reply

Works perfectly

![](https://secure.gravatar.com/avatar/ffc6fccaaffd24a669093b7ea41c481a2de19b9c8ba8a042a8e138ea949f872b?
s=60&d=retro&r=g)

### 󠀁[Works very well](https://wordpress.org/support/topic/works-very-well-273/)󠁿

 [RGhost](https://profiles.wordpress.org/rghost/) 2017年7月10日

Works very well

![](https://secure.gravatar.com/avatar/3dcb916da0b33c98e1b10c760fe82f762277c16b3e5b10e0be5c7961a281ad95?
s=60&d=retro&r=g)

### 󠀁[Perfect Solution](https://wordpress.org/support/topic/perfect-solution-89/)󠁿

 [Webguyjay](https://profiles.wordpress.org/webguyjay/) 2017年4月15日

I needed to inject some js into each page on the website. This plugin works perfectly.
You just create a folder, ftp the javascript into the folder and that’s all. Works
100% with no fuss or bother.

![](https://secure.gravatar.com/avatar/09ef58bd12b68529e818af9313847d41cb316654816ffdf9295d8ecafdfec676?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-11263/)󠁿

 [MajorRay](https://profiles.wordpress.org/majorray/) 2016年12月2日

Javascript autoloader has worked well.

![](https://secure.gravatar.com/avatar/2b259df34a31cd009d7ded0f83d5710889f45f47a262893b822a820958ae4e1f?
s=60&d=retro&r=g)

### 󠀁[Very useful and effective](https://wordpress.org/support/topic/very-useful-and-effective/)󠁿

 [mbgrafik](https://profiles.wordpress.org/marcobecker/) 2016年11月10日

Thank you 🙂

![](https://secure.gravatar.com/avatar/e3d0d312f0933207e6cab833e8dfced88f8100f1af8515d62f4450f79f2f52e7?
s=60&d=retro&r=g)

### 󠀁[Just what I needed](https://wordpress.org/support/topic/just-what-i-needed-299/)󠁿

 [horsebones](https://profiles.wordpress.org/horsebones/) 2016年11月7日

Well implemented and easy to use.

 [ 8件のレビューをすべて表示 ](https://wordpress.org/support/plugin/javascript-autoloader/reviews/)

## 貢献者と開発者

Smart JavaScript Auto Loader はオープンソースソフトウェアです。以下の人々がこのプラグ
インに貢献しています。

貢献者

 *   [ Peter Raschendorfer ](https://profiles.wordpress.org/petersplugins/)

“Smart JavaScript Auto Loader” は5ロケールに翻訳されています。 [翻訳者](https://translate.wordpress.org/projects/wp-plugins/javascript-autoloader/contributors)
のみなさん、翻訳へのご協力ありがとうございます。

[“Smart JavaScript Auto Loader” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/javascript-autoloader)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/javascript-autoloader/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/javascript-autoloader/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/javascript-autoloader/)
を [RSS](https://plugins.trac.wordpress.org/log/javascript-autoloader/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 5.0.3 (2024-04-17) URGENT BUGFIX

 * Bugfix after Cleanup

#### 5.0.2 (2024-04-16) CLEANUP

 * Cleanup

#### 5.0.1 (2023-10-01) FINAL VERSION

 * removed all links to webiste
 * removed request for rating

#### 5.0.0 (2022-09-11)

 * rewritten using my Plugin Foundation PPF08
 * renamed from JavaScript AutoLoader to Smart JavaScript Auto Loader
 * no functional changes

#### 4 (2019-03-09)

 * moved from Tools to Appearance menu because rightly it belongs there
 * UI improvements
 * code improvement

#### 3 (2018-05-28)

 * minor code- & UI-improvements

#### 2.2 (2017-11-16)

 * faulty display in WP 4.9 fixed

#### 2.1 (2017-07-10)

 * add trailing slash to all paths (see [this topic](https://wordpress.org/support/topic/not-works-properly-after-update-2-0/))

#### 2.0 (2017-06-14)

 * redesigned admin interface
 * code improvement

#### 1.4 (2016-10-06)

 * some code redesign, no functional changes

#### 1.3 (2016-04-20)

 * translation files removed, using GlotPress exclusively
 * standardization

#### 1.2 (2015-03-11)

 * Spanish translation

#### 1.1 (2014-11-08)

 * Technical Improvements
 * WP 4.0 Style
 * German translation

#### 1.0 (2013-09-13)

 * Initial Release

## メタ

 *  バージョン **5.0.3**
 *  最終更新日 **2年前**
 *  有効インストール数 **400+**
 *  WordPress バージョン ** 4.0またはそれ以降 **
 *  検証済み最新バージョン: **6.3.8**
 *  PHP バージョン ** 5.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/javascript-autoloader/)、[German](https://de.wordpress.org/plugins/javascript-autoloader/)、
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/javascript-autoloader/)、
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/javascript-autoloader/)、
   [Spanish (Spain)](https://es.wordpress.org/plugins/javascript-autoloader/)、[Spanish (Venezuela)](https://ve.wordpress.org/plugins/javascript-autoloader/).
 *  [プラグインを翻訳](https://translate.wordpress.org/projects/wp-plugins/javascript-autoloader)
 * タグ
 * [footer](https://ja.wordpress.org/plugins/tags/footer/)[header](https://ja.wordpress.org/plugins/tags/header/)
   [javascript](https://ja.wordpress.org/plugins/tags/javascript/)[jquery](https://ja.wordpress.org/plugins/tags/jquery/)
   [wp_enqueue_script](https://ja.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/javascript-autoloader/advanced/)

## 評価

 5つ星中5つ星

 *  [  8 5-星レビュー     ](https://wordpress.org/support/plugin/javascript-autoloader/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/javascript-autoloader/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/javascript-autoloader/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/javascript-autoloader/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/javascript-autoloader/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/javascript-autoloader/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/javascript-autoloader/reviews/)

## 貢献者

 *   [ Peter Raschendorfer ](https://profiles.wordpress.org/petersplugins/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/javascript-autoloader/)