Title: HeadJS Loader
Author: durin
Published: <strong>25 בינואר 2011</strong>
Last modified: 25 בינואר 2013

---

חיפוש תוספים

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

![](https://s.w.org/plugins/geopattern-icon/headjs-loader.svg)

# HeadJS Loader

 מאת [durin](https://profiles.wordpress.org/durin/)

[הורדה](https://downloads.wordpress.org/plugin/headjs-loader.zip)

 * [פרטים](https://he.wordpress.org/plugins/headjs-loader/#description)
 * [סקירות](https://he.wordpress.org/plugins/headjs-loader/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/headjs-loader/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/headjs-loader/#developers)

 [תמיכה](https://wordpress.org/support/plugin/headjs-loader/)

## תיאור

This plugin reformats your page to utilize [Head JS](http://headjs.com) in your 
WordPress site.

**Caution: this plugin can cause major issues with the javascript on your site if
not implemented properly. Please be sure to test on a development server first**

It strips out all your old javascript declarations and puts them into head.js calls
so that they are loaded in parallel (see the Head JS website for more details).

Optionally you can wrap all your inline javascript with head.ready calls.

For example, this:

    ```
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/prototype.js?ver=1.6.1'></script> 
    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js?ver=3.0.4'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/wp-scriptaculous.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/builder.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/effects.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/dragdrop.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/slider.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/controls.js?ver=1.8.3'></script> 
    ```

Becomes:

    ```
    <script type="text/javascript" src="http://yoururl.com/wp-content/plugins/headjs-loader/js/head.min.js"></script> 
    <script> 
    head.js("http://yoururl.com/wp-includes/js/prototype.js?ver=1.6.1",
        "http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js?ver=3.0.4",
        "http://yoururl.com/wp-includes/js/scriptaculous/wp-scriptaculous.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/builder.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/effects.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/dragdrop.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/slider.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/controls.js?ver=1.8.3"
    );
    </script> 
    ```

Feel free to contribue to the project on [GitHub](http://github.com/ChuckMac/wp-headjs-loader)!

## התקנה

 1. Upload `headjs-loader` directory to `/wp-content/plugins/` directory
 2. Activate the plugin through the 'Plugins' menu in WordPress

## שאלות נפוצות

  No questions

No answers.

## סקירות

There are no reviews for this plugin.

## מפתחים

"HeadJS Loader" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ durin ](https://profiles.wordpress.org/durin/)

[ניתן לתרגם את "HeadJS Loader" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/headjs-loader)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/headjs-loader/), ראו את 
הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/headjs-loader/), או הירשמו
ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/headjs-loader/) באמצעות [RSS](https://plugins.trac.wordpress.org/log/headjs-loader/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 0.1.1

 * Fixed bug that caused apache erorr messages if no javascript was declared.

#### 0.1

 * Initial release.

## מטא

 *  גרסה: **0.2**
 *  Last updated **לפני 13 שנים**
 *  Active installations **10+**
 *  WordPress version ** 3.0 ומעלה **
 *  Tested up to **3.5.2**
 *  שפה
 * [English (US)](https://wordpress.org/plugins/headjs-loader/)
 * Tags
 * [css](https://he.wordpress.org/plugins/tags/css/)[javascript](https://he.wordpress.org/plugins/tags/javascript/)
   [JS](https://he.wordpress.org/plugins/tags/js/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/headjs-loader/advanced/)

## דרוגים

 3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=1)

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

[הצג הכל](https://wordpress.org/support/plugin/headjs-loader/reviews/)

## תורמים

 *   [ durin ](https://profiles.wordpress.org/durin/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/headjs-loader/)

## תרומה

האם ברצונך לקדם את התוסף הזה?

 [ לתרום לתוסף זה ](http://chuckmac.info/)