Outils pour utilisateurs

Outils du site


informatique:javascript:jquery

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
informatique:javascript:jquery [12/05/2011 13:06] – [Plugins] cyrilleinformatique:javascript:jquery [04/03/2016 03:06] – [Tips] cyrille
Ligne 3: Ligne 3:
 http://jquery.com http://jquery.com
  
-===== Documentation ===== 
  
-  * [[http://viralpatel.net/blogs/2009/08/20-top-jquery-tips-tricks-for-jquery-programmers.html|20 Top jQuery tips & tricks for jQuery programmers]] 
   * [[http://javascript.developpez.com/faq/jquery/|FAQ JQuery sur developpez.com]]   * [[http://javascript.developpez.com/faq/jquery/|FAQ JQuery sur developpez.com]]
  
-===== Plugins ===== 
  
-[[http://jquery.malsup.com/|jQuery Plugins (by malsup)]]: BlockUI Plugin, Corner Plugin, Cycle Plugin, Feed Plugin, Form Plugin, HoverPulse Plugin, Media Plugin, Taconite Plugin, Twitter Search Plugin. 
  
-[[http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/|15 Great jQuery Plugins For Better Table Manipulation]]+===== Plugins =====
  
 +  * [[http://www.1stwebdesigner.com/useful-jquery-libraries/|50 Most Useful jQuery Libraries]]
 +  * [[http://viralpatel.net/blogs/2009/08/20-top-jquery-tips-tricks-for-jquery-programmers.html|20 Top jQuery tips & tricks for jQuery programmers]]
 +  * [[http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/|15 Great jQuery Plugins For Better Table Manipulation]]
 +
 +[[http://jquery.malsup.com/|jQuery Plugins (by malsup)]]: BlockUI Plugin, Corner Plugin, Cycle Plugin, Feed Plugin, Form Plugin, HoverPulse Plugin, Media Plugin, Taconite Plugin, Twitter Search Plugin.
  
 ==== SimpleModal ==== ==== SimpleModal ====
 +
 +[[http://www.ericmmartin.com/projects/simplemodal/]]
  
 [[http://www.ericmmartin.com/projects/simplemodal/|SimpleModal]] is a lightweight jQuery Plugin which provides a powerful interface for modal dialog development. Think of it as a modal dialog framework. SimpleModal gives you the flexibility to build whatever you can envision, while shielding you from related cross-browser issues inherent with UI development. [[http://www.ericmmartin.com/projects/simplemodal/|SimpleModal]] is a lightweight jQuery Plugin which provides a powerful interface for modal dialog development. Think of it as a modal dialog framework. SimpleModal gives you the flexibility to build whatever you can envision, while shielding you from related cross-browser issues inherent with UI development.
Ligne 21: Ligne 24:
 ==== jQuery-Validation-Engine ==== ==== jQuery-Validation-Engine ====
  
-[[https://github.com/posabsolute/jQuery-Validation-Engine|jQuery-Validation-Engine]], [[http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/|A jQuery inline form validation, because validation is a mess]] +[[https://github.com/posabsolute/jQuery-Validation-Engine|jQuery-Validation-Engine]], [[http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/|A jQuery inline form validation, because validation is a mess]].
-===== Tips =====+
  
-  * [[http://viralpatel.net/blogs/2009/03/how-to-apply-html-user-interface-effects-using-jquery.html|How to apply HTML User Interface Effects using jQuery]] (Hide/showFade in/outSlide up/downanimate+==== Jeditable ==== 
-  [[http://sohtanaka.developpez.com/tutoriels/javascript/creez-fenetre-modale-avec-css-et-jquery/|Créez une fenêtre modale avec CSS et jQuery]]+ 
 +[[http://www.appelsiini.net/projects/jeditable]] 
 + 
 +Edit In Place Plugin For jQuery. 
 + 
 +<code javascript> 
 +$(document).ready(function() { 
 +     $('.edit').editable('http://www.example.com/save.php'); 
 +}); 
 +</code> 
 + 
 +==== jQuery Treeview ==== 
 + 
 +https://www.jstree.com 
 + 
 +old one : [[http://docs.jquery.com/Plugins/Treeview]] 
 + 
 +==== Upload File ==== 
 + 
 +hayageek [[http://plugins.jquery.com/uploadfile/|jQuery Upload File]] jQuery File UPload plugin provides Multiple file uploads with progress bar. jQuery File Upload Plugin depends on Ajax Form Plugin, So Github contains source code with and without Form plugin. 
 + 
 +Blueimp [[https://blueimp.github.io/jQuery-File-Upload/|jQuery-File-Upload]] File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploadsWorks with any server-side platform (Google App EnginePHPPythonRuby on Rails, Java, etc.that supports standard HTML form file uploads. 
 + 
 +==== DataTables ==== 
 + 
 +[[http://www.datatables.net/]] 
 + 
 +DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. Key features: 
 +  * 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, KeyTable and more via extensive plug-in support 
 +  * State saving. Dynamic creation of tables. Custom DOM positioning. Non-destructive DOM interaction 
 +  * Fully themeable by CSS 
 + 
 +<code javascript> 
 +$(document).ready(function() { 
 +  $('#theTable').dataTable(); 
 +}); 
 +</code>
  
 ==== Accordion ==== ==== Accordion ====
Ligne 57: Ligne 98:
 }); });
 </code> </code>
 +
  
informatique/javascript/jquery.txt · Dernière modification : 13/05/2021 13:05 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki