informatique:javascript:jquery
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| informatique:javascript:jquery [13/05/2011 10:35] – [Jeditable] cyrille | informatique:javascript:jquery [13/05/2021 13:05] (Version actuelle) – [handsontable] cyrille | ||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| http:// | http:// | ||
| - | ===== Documentation ===== | ||
| - | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| - | ===== Plugins ===== | ||
| - | [[http:// | + | ===== Tips ===== |
| - | [[http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/|15 Great jQuery | + | * [[http://viralpatel.net/blogs/ |
| + | * [[http:// | ||
| + | * Build Dashboard Using jQuery library | ||
| + | * [[http:// | ||
| + | ==== Promise & Deferred ==== | ||
| + | |||
| + | Synchroniser plusieurs appel Ajax : | ||
| + | <code javascript> | ||
| + | // un tableau pour ranger tous les appels ajax | ||
| + | var calls = new Array(); | ||
| + | | ||
| + | { | ||
| + | calls.push( $.get( {url:'/ | ||
| + | | ||
| + | $(this.item).html( data ); | ||
| + | })); | ||
| + | }); | ||
| + | // utilise apply() pour transformer le tableau " | ||
| + | | ||
| + | | ||
| + | // All jobs done | ||
| + | }); | ||
| + | |||
| + | </ | ||
| + | ===== Plugins ===== | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | [[http:// | ||
| ==== SimpleModal ==== | ==== SimpleModal ==== | ||
| + | |||
| + | [[http:// | ||
| [[http:// | [[http:// | ||
| Ligne 24: | Ligne 53: | ||
| ==== Jeditable ==== | ==== Jeditable ==== | ||
| - | |||
| - | Jeditable - Edit In Place Plugin For jQuery. | ||
| [[http:// | [[http:// | ||
| + | |||
| + | Edit In Place Plugin For jQuery. | ||
| <code javascript> | <code javascript> | ||
| Ligne 34: | Ligne 63: | ||
| }); | }); | ||
| </ | </ | ||
| + | |||
| + | ==== jQuery Treeview ==== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | old one : [[http:// | ||
| + | |||
| + | ==== Upload File ==== | ||
| + | |||
| + | hayageek [[http:// | ||
| + | |||
| + | Blueimp [[https:// | ||
| + | |||
| + | ==== handsontable ==== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Rock-solid data grid for web applications. A JavaScript component that combines data grid features with spreadsheet-like UX. | ||
| + | |||
| + | **Dual licences**: non-commercial / commercial | ||
| ==== DataTables ==== | ==== DataTables ==== | ||
| Ligne 40: | Ligne 89: | ||
| DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, | DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, | ||
| - | * Variable length pagination | ||
| - | * On-the-fly filtering | ||
| - | * Multi-column sorting with data type detection | ||
| - | * Smart handling of column widths | ||
| - | * Display data from almost any data source | ||
| - | * DOM, Javascript array, Ajax file and server-side processing (PHP, C#, Perl, Ruby, AIR, Gears etc) | ||
| - | * Scrolling options for table viewport | ||
| - | * Fully internationalisable | ||
| - | * jQuery UI ThemeRoller support | ||
| - | * Rock solid - backed by a suite of 1400+ unit tests | ||
| - | * Wide variety of plug-ins inc. TableTools, FixedColumns, | ||
| - | * It's free! | ||
| - | * State saving | ||
| - | * Hidden columns | ||
| - | * Dynamic creation of tables | ||
| - | * Ajax auto loading of data | ||
| - | * Custom DOM positioning | ||
| - | * Single column filtering | ||
| - | * Alternative pagination types | ||
| - | * Non-destructive DOM interaction | ||
| - | * Sorting column(s) highlighting | ||
| - | * Extensive plug-in support | ||
| * Sorting, type detection, API functions, pagination and filtering | * Sorting, type detection, API functions, pagination and filtering | ||
| + | * Display data from almost any data source. DOM, Javascript array, Ajax file and server-side processing (PHP, C#, Perl, Ruby, AIR, Gears etc). Ajax auto loading of data | ||
| + | * Rock solid - backed by a suite of 1400+ unit tests. It's free! | ||
| + | * Wide variety of plug-ins: TableTools, FixedColumns, | ||
| + | * State saving. Dynamic creation of tables. Custom DOM positioning. Non-destructive DOM interaction | ||
| * Fully themeable by CSS | * Fully themeable by CSS | ||
| - | * Solid documentation | ||
| - | * 110+ pre-built examples | ||
| - | * Full support for Adobe AIR | ||
| <code javascript> | <code javascript> | ||
| Ligne 73: | Ligne 101: | ||
| }); | }); | ||
| </ | </ | ||
| - | |||
| - | ===== Tips ===== | ||
| - | |||
| - | * [[http:// | ||
| - | * [[http:// | ||
| ==== Accordion ==== | ==== Accordion ==== | ||
| Ligne 109: | Ligne 132: | ||
| }); | }); | ||
| </ | </ | ||
| + | |||
informatique/javascript/jquery.1305275712.txt.gz · Dernière modification : (modification externe)
