Jérôme's public fiddles
-
Tests
No-Library (pure JS), HTML, CSS, JavaScript
-
jQuery toggleClass example
Toggle class name on click in jQuery
-
PoC translations
No-Library (pure JS), HTML, CSS, JavaScript
-
PoC translations
No-Library (pure JS), HTML, CSS, JavaScript
-
x9f2nahv
No-Library (pure JS), HTML, CSS, JavaScript
-
qbnpx7f9
No-Library (pure JS), HTML, CSS, JavaScript
-
Video players
No-Library (pure JS), HTML, CSS, JavaScript
-
AngularJS $filter date
AngularJS $filter date
-
AngularJS Promise : $resource GET example
A simple example using $resource().get() to discover its main advantage : the fact it returns directy the data instead of a promise (though you can still use callbacks if you have meaningful work to do beside getting your data)
-
AngularJS Promise : $resource GET example
A simple example using $resource().get() to discover its main advantage : the fact it returns directy the data instead of a promise (though you can still use callbacks if you have meaningful work to do beside getting your data)
-
AngularJS Promise : $http GET example
A simple example using $http.get() to discover its promises and theirs specific functions like success() or error()
-
AngularJS Promise : $q.all() example
A simple example using $q.all() to combine multiple promises into a single promise that will be resolved when all of the input promises are also resolved
-
AngularJS Promise : chain example
A simple example where promises are chained and called one after another. Shows how a rejected promise will break the chain and skip all the next promises until it meets an errorCallback.
-
AngularJS Promise : notify example
A simple example using $timeout to notify the caller of our promise