- Si je communique en REST, l'échange se fait
- en XML
- en JSON
- en HTML
- comme je veux
- Si je communique en SOAP, l'échange se fait
| jQuery.fn.extend({ | |
| ontransitionend: function(callback) { | |
| var transitionEvent='webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend'; | |
| return this.each(function() { | |
| var self = jQuery(this); | |
| self.one(transitionEvent, | |
| function(e) { | |
| self.off(transitionEvent); | |
| callback.call(self); | |
| }); |
| Cinéma : | |
| http://wiki.gromez.fr/dev/api/allocine_v3 | |
| http://developer.rottentomatoes.com/ | |
| http://www.omdbapi.com/ | |
| https://www.themoviedb.org/apps | |
| http://thetvdb.com/api/ | |
| Images & Vidéos : | |
| https://www.flickr.com/services/api/ | |
| https://developers.google.com/youtube/v3/ |