Title: Asynchronous Javascript
Author: Paris Holley
Published: <strong>جنوری 18, 2013</strong>
Last modified: نومبر 2, 2013

---

پلگ انز تلاش کریں

![](https://ps.w.org/asynchronous-javascript/assets/banner-772x250.jpg?rev=654920)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

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

# Asynchronous Javascript

 منجانب [Paris Holley](https://profiles.wordpress.org/parisholley/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/asynchronous-javascript.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/asynchronous-javascript/#description)
 * [جائزے](https://ur.wordpress.org/plugins/asynchronous-javascript/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/asynchronous-javascript/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/asynchronous-javascript/#developers)

 [معاونت](https://wordpress.org/support/plugin/asynchronous-javascript/)

## تفصیل

This plugin is meant to be a drop-in to your wordpress installation with no additional
configuration. The goals/features of this plugin are:

 * Load javascript files in an asynchronous manner to improve time to DomReady/OnLoad
 * Use existing wordpress APIs for backwards compatability and prevent coupling 
   to this plugin
 * Leverage dependency model wordpress provides for assets to improve loading performance

Please submit bugs or contributions to the github location and not here on wordpress’
system:

https://github.com/parisholley/wordpress-asynchronous-javascript/

SEO: async js, asynchronous js, async javascript

### Incompatibility

This plugin will not work out the box with the following plugins (unless they are
modified to support asynchronous loading).

 * Jetpack by WordPress.com (social plugin)
 * WP Most Popular

## انسٹالیشن

 1. Upload `asynchronous-javascript` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## عمومی سوالات

  Is there any potential problems with other plugins?

As long as those plugins are using the built-in wordpress script queuing and not
attempting to output scripts manually (such as invoking wp_print_scripts()), you
should have no problems. If you find plugins that don’t work properly (or without
modifications), let me know and I will maintain an incompatibility list.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Asynchronous Javascript” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان 
میں حصہ لیا:

شراکت دار

 *   [ Paris Holley ](https://profiles.wordpress.org/parisholley/)

[“Asynchronous Javascript” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/asynchronous-javascript)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/asynchronous-javascript/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/asynchronous-javascript/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/asynchronous-javascript/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/asynchronous-javascript/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.3.5

 * Ability to mark headjs as always in header (thanks DeanStr)

#### 1.3.4

 * Fixed notices
 * Added filter to alter src location

#### 1.3.3

 * Fixed bug introduced in last version

#### 1.3.2

 * Ability to specify your own head.js file (thanks to DeanStr)

#### 1.3.1

 * Removed PHP warning

#### 1.3.0

 * Ability to exclude files by filename or queue id from being loaded asynchronously

#### 1.2.1

 * Fixed static reference for PHP < 5.2.3

#### 1.2.0

 * WordPress already orders dependencies, updated as head.js doesn’t support multiple
   dependency resolution

#### 1.1.2

 * Starting incompatibility list

#### 1.1.1

 * Updated readme and versioning

#### 1.1

 * Removed `wp_enqueue_async_script()`, should be able to use normal wordpress method`
   wp_enqueue_script()`
 * Updated normal enqueue processing to use dependencies, will need to improve upon
   this in future.

#### 1.0

 * Initial release, seems to work. 🙂

## میٹا

 *  Version **1.3.5**
 *  Last updated **12 سال پہلے**
 *  Active installations **200+**
 *  WordPress version ** 3.5 یا اس سے جدید **
 *  Tested up to **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/asynchronous-javascript/)
 * Tags
 * [async](https://ur.wordpress.org/plugins/tags/async/)[asynchronous](https://ur.wordpress.org/plugins/tags/asynchronous/)
   [headjs](https://ur.wordpress.org/plugins/tags/headjs/)[javascript](https://ur.wordpress.org/plugins/tags/javascript/)
   [JS](https://ur.wordpress.org/plugins/tags/js/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/asynchronous-javascript/advanced/)

## درجہ بندیاں

 3.7 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/asynchronous-javascript/reviews/)

## شراکت دار

 *   [ Paris Holley ](https://profiles.wordpress.org/parisholley/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/asynchronous-javascript/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paris%40holleywoodproductions%2ecom&lc=US&item_name=Paris%20Holley&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)