Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
13 results tagged jQuery  ✕
Reading Progress Indicator | CodyHouse https://codyhouse.co/demo/reading-progress-indicator/index.html
Mon Dec 28 22:55:42 2015 archive.org
QRCode
thumbnail

la démo d'un indicateur de progression en SVG / CSS / JQuery.

intéressant, à tester en local ;)

via http://lien.shazen.fr/?oAmzNw

javascript jQuery indicator progress
Handling Failed HTTP Responses With fetch() http://tjvantoll.com/2015/09/13/fetch-and-errors/
Tue Sep 15 22:16:28 2015 archive.org
QRCode
thumbnail

J'adore utiliser ce genre d'artéfact.

j'aime codé en javascript pour cela car c'est "simple" d'étendre le fonctionnement existant.

function handleErrors(response) {
if (!response.ok) {
return Promise.reject(new Error(response.statusText));
}
return Promise.resolve(response);
}

fetch("http://httpstat.us/500")
.then(handleErrors)
.then(function(response) {
console.log("ok");
}).catch(function(error) {
console.log(error);
});

ES6

function handleErrors(response) {
if (!response.ok) {
return Promise.reject(new Error(response.statusText));
}
return Promise.resolve(response);
}
fetch("http://httpstat.us/500")
.then(handleErrors)
.then(response => console.log("ok") )
.catch(error => console.log(error) );

ES6 jquery javascript
Créer une carte interactive en utilisant HTML5 et jQuery http://www.devetdesign.com/2011/11/crer-une-carte-interactive-en-utilis/
Tue Aug 28 23:47:24 2012 archive.org
QRCode
thumbnail

carte interactive en HTML5 et JQuery... pour un projet que j'ai en cours...

le github : https://github.com/madewulf/MigrationsMap.net

github carte intercative html5 jquery
Galleriffic | A jQuery plugin for rendering fast-performing photo galleries http://www.twospy.com/galleriffic/
Tue May 29 22:05:08 2012 archive.org
QRCode
thumbnail

une autre gallerie avec jquery

jquery gallery
fancyBox - Fancy jQuery Lightbox Alternative http://fancyapps.com/fancybox/
Mon May 21 19:32:06 2012 archive.org
QRCode
thumbnail

OH Punaise ! j'adore ce lightbox !! en CC en plus !

la vache !

MERCI !! :)

et celui ci qui en découle : http://jordanlev.com/sortable-fancybox-gallery-demo

lightbox fancybox jquery
Fixing These jQuery | adam j. sontag http://fixingthesejquery.com/#slide1
Wed May 9 16:17:03 2012 archive.org
QRCode
thumbnail

tester, valider, corriger votre code javascript et/ou jQuery avec ces astuces

(via sebsauvage : http://sebsauvage.net/links/?S1kDDg)

jquery javascript test debug validate
jQuery UI Multiple Select Widget | Eric Hynds http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/
Fri Oct 21 19:07:25 2011 archive.org
QRCode
thumbnail
jquery ui multiselect successor port my original jQuery MultiSelect Plugin UI widget While both actively be maintained highly recommend youjquery
20 jQuery Plugins and Tutorials to Enhance Forms http://speckyboy.com/2009/08/26/20-jquery-plugins-and-tutorials-to-enhance-forms/
Thu Oct 20 21:38:01 2011 archive.org
QRCode
thumbnail

Allez, un article qui donne des plugins permettant d’améliorer les formulaires grâce a des plugins jQuery (certains dates un peu mais ils sont quand même pas mal ces plugins).

jquery form plugin style
jQuery Searchable DropDown Plugin Demo http://jsearchdropdown.sourceforge.net/
Thu Oct 20 20:59:42 2011 archive.org
QRCode
thumbnail

Un petit plugin jquery permettant de changer les style des selectbox et d'ajouter une fonctionnalité de recherche.

jquery selectbox style
API JQuery "à plat" http://www.futurecolors.ru/jquery/
Thu Oct 20 07:14:45 2011 archive.org
QRCode
thumbnail

pour avoir une meilleur vision des API jQuery, voici la version à plat ;)

beaucoup plus pratique que la documentation officielle

jquery documentation api future colors ru
Tutorials:How jQuery Works - jQuery JavaScript Library http://docs.jquery.com/How_jQuery_Works
Thu Oct 20 07:09:31 2011 archive.org
QRCode
thumbnail
Tutorials How jQuery Works Ajax Attributes addClass removeClass Downloading Effects Events Main Page CSS
telechargement de magix cjquery - Magix cjQuery, une bibliothèque php pour intégrer jQuery http://magix-cjquery.com/pages/telechargement-de-magix-cjquery
Thu Oct 20 07:07:09 2011 archive.org
QRCode
thumbnail

Télécharger la librairie magix cjQuery téléchargement La licence Licence AGPL for public AND free ditributed MagixcjQuery library for jQuery in PHP script distributed by...

aurelien gerits Télécharger la librairie magix cjQuery téléchargement La licence Licence AGPL for public AND free ditributed MagixcjQuery library jQuery PHP script distributed by
JQueryin | Spinner – A jQuery Preloader Plugin http://www.jqueryin.com/projects/spinner-jquery-preloader-plugin/#about
Thu Oct 20 07:04:23 2011 archive.org
QRCode
thumbnail

Spinner is a jQuery plugin that provides a simple approach for adding and removing a preloader for your web applications. It is highly customizable.

jquery spinner plugin preloader ajax Spinner jQuery that provides simple approach for adding removing web applications It highly customizable
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn