file
treeTable
November 13, 2008 - 7:21am — ludoThe treeTable plugin allows you to display a tree in a table, i.e. a directory structure or a nested list. Each branch in this tree can be collapsed and expanded, just like in a file explorer in most modern operating systems.
NOTE: This plugin was originally named ActsAsTreeTable.
Features
- - Display a data tree in a table column.
- - As unobtrusively as possible.
- - Optional collapse/expand behavior on branches (think of how a directory structure works in most file explorers).
- - Prepared for drag & drop of branches/nodes.
- - Unlimited tree depth.
Include file on demand
September 30, 2008 - 3:40pm — alexanmtzThis tool include files(Javascript and / or CSS) in the head of the document and load. You can pass a single file or a array of files (can be mix of CSS or Javascript). You can passa a callback to execute some code after the script has loaded.
This plugin is useful for load scripts on demand or insert components for ajax calls.
The plugin checks if the file already exist before add and the callback for Style files wasn´t fully tested because of tricks of browsers*
Usage
Single javascript file
$.include('file.js');Array of files
$.include(['file.js','file02.js']);Even a mix of file
$.include(['script.js','style.css']);You can specify the base path to be used in all calls of the plugin
$.includeBasePath = 'path/to/include';You can have a callback to execute code when script has loaded
One Click Upload
August 17, 2008 - 10:46am — michaelmitchellOne-Click Upload is a jQuery plugin that replaces the standard file input element, allowing you to use any link, image or element to be used for the purpose of bringing up the "file browse" dialogue. It completes the upload behind the scenes without refreshing the page, making it less obtrusive and easier to style than a standard upload form.
