=== Plugin Name === Contributors: cjoseph Tags: script,jquery,scriptaculous,jquery ui,jquery tab Requires at least: 3.0 Tested up to: 3.1 Stable tag: 4.3 The easy and right way to include jquery,scriptaculous etc. in your site. == Description == The plugin it was rewriten based on this article :http://scribu.net/wordpress/optimal-script-loading.html because the code published there it is perfect. Now the plugin is better and bug-free. == Installation == 1. Unzip the folder activator.zip. 2. Upload it to the `/wp-content/plugins/` directory. 3. Activate the plugin through the 'Plugins' menu in WordPress. 4. Navigate to 'Settings' and you will find a new option at the bottom of the list: 'Activator Settings'. 5. Enjoy! == Frequently Asked Questions == = OK. I have install the script, now what? = After you clicked on the 'Activator Settings' link in the 'Settings' menu, you will be able to generate a shortcode for your script. This shortcode must be placed in a post, page or anywhere you want to use it. = How does this work? = Simple : 1. In the plugins folder(http://yoursite.com/wordpress/wp-content/plugins/activator/) place a new script with the following content: jQuery(document).ready(function($) { alert('Hello World!'); }); 2. In admin page, look in "Settings" for "Activator Settings": -fill out the required fields and push the button : "Generate shortcode" -copy and paste the shortcode in a post, page etc. 3. Save it navigate to a page from your site. The alert itt will show up only on the specified page, post or else. = Not bad,but i would like to.. = Be patient, I do this in my spare time. == Screenshots == Screenshot it is not available. == Changelog == = 1 = Finaly, we do have a better version. It does not provide suport for css, but it works like a charm. = 0.1 = This is the release version. == Upgrade Notice == = 1 = You should update to the new version. It is more secure. = 0.1 = This is the release version.