Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

loader


jQuery-busy

jQuery-busy allows to effortlessy show or hide animated activity / busyness indicator (call it spinner, loader or however you wish).

Jquery Resource loader

Loads JS and CSS files when they are needed (on-demand).

It keeps track of what already has been loaded, and will prevent loading it twice.
This can be very usefull when you are using Ajax to load HTML with JS and CSS files.

Look at the project site for more info..

Plugin Loader - Lightweight platform to easily track and load jQuery plugins and dependencies.

Plugin Loader is an extremely light weight platform for loading jQuery plugins as needed. It is ideal for tracking which plugins are loaded, loading plugins as needed, or just loading plugins withing a script without having to reference the complete path and file name.

Complete documentation and usage instructions are located at: http://code.google.com/p/pluginloader/

Pyte

Pyte - JavaScript

What is pyte

JavaScript provide some OOP characteristics.
Pyte brings several enhancements, such as namespace support, the loading of remote script files and embedding of style sheets files.

Features

  • Tested against IE 6.0+, FF 2+, Safari 3.0+, Opera 9.0+, Chrome
  • Provide namespace support
  • Synchronous remote JavaScript file loading
  • On the fly embedding of style sheets (css) files
  • On the fly dependencies
  • Application pattern
  • Light and easy class includes

How to use pyte

Define the base path for JavaScript and style sheets

The base path is the directory which contains the JavaScript files.
As the default is defined the "/javascripts/" path.
The path can be changed as follows.

jLoader - Preload your website.

Used to preload any div(s), it displays an overlay until all the images and background images in the div are loaded. It can have optional arguments to display and customize a porogress bar and progress text.

This loader extends Gaya Design's QueryLoader? adds more functionality and control:

- supports custom arguments no need for external CSS

- can have several loaders/divs being loaded running at the same time not limited to only one

- if the div itself has a background-image or if it is an image it is now taken into consideration.

- resize when window is resized.

JQLoader - Javascript Loader Plugin

jQLoader is a jQuery plugin that helps you loading javascript libraries and their dependencies. It is a very light wight plugin with a small set of API that are specifically created to help you organize your projects and simplify the way you assemble your code.

In a nutshell, you can divide your application into multiple files and JQLoader will stitch them for you, allowing combining the files that your application really needs.

jQuery Depends

The idea behind jQuery Depends plugin is to provide a very feature rich way to handle any and all forms of dynamic resource usage and consumption, or in other words, a javascript-based dependency resource loader. Beyond the typical forms of loaders that exist for stuff like images or data, this plugin also handles the inclusion and execution of style sheets (.css) and scripts (.js) files. Tons of great features and flexibilities to manage your applications resources how you see fit, all with minimal effort using this very light weight plugin.

This is a very new plugin I plan on using for some big projects in the near future, and while I do expect great things to come, do keep in mind it is not production tested yet!

Lastly, feel free to contribute your time (bug reports, feature recommendations, FAQ's, code, etc).

Enjoy!

* Latest Downloads: http://code.google.com/p/jquery-depends-plugin/downloads/list

ActionScript Style External Script Loading / Importing

An ActionScript 3.0 ActionScript Style External Script Loading / Importing with a folder simulated NameSpace like ActionScript with the ability to add firebug console logging, onBefore, & onAfter handlers.

jQuery betterLoader

betterLoader - jQuery plugin for easy loading of your pages in HTML elements with Ajax, while being accessible and non-obstrusive.

jQuery Plugins - dynamic self loading plugins and includes

Thanks to all for provided the grown work.

Features:

- dynamically load a script or stylesheet
- check if a script or stylesheet as been previously loaded
- preconfigure plugins with multiple files and preloaders
- preconfigure selectors to load plugins
- preconfigure jQuery extensions to dynamically load plugins

Functions

$.included(file) - checks if the file has been already included
$.include(file,force|callback) - includes the file into the header. if force is specified then its include in the body
$.plugin(options) -
id: plugin id
js: script(s) to be included
css: stylesheet(s) to be include
sel: jQuery selector(s) to preload plugin
ext: jQuery function extender(s)
fn: jQuery element function extender(s)
$.plugins({path,plugins}|plugins) - preconfigure multiple plugins. You can also provide a base path to simplify their definition
$.requires(id,callback) - load a plugin

Example