Home RSS

Javascript

A 46-post collection

← Newer Posts Page 5 of 10 Older Posts →

Cómo ordenar alfabéticamente una lista en jQuery

Hace unos días Jay del Rio me dejo un comentario en Cómo ordenar alfabéticamente un combo en jQuery, preguntando cómo ordenar una lista, creo que es »

David Burgos David Burgos on dom, español, Javascript, jQuery 03 August 2015

Differences between data() and attr('data') in jQuery

There are a key differences between data() and attr(), so if you work with jQuery and use HTML data tags, someday may you will face this: »

David Burgos David Burgos on english, Javascript, jQuery 22 July 2015

How to fix YouTube API Error: (400) 'Invalid combination of search filters and/or restrictions.'

Yesterday I was playing with the YouTube API and this NodeJS client. Very nice until I got the next error when I added the videoDuration parameter »

David Burgos David Burgos on english, error, Javascript, nodejs, youtube 11 June 2015

Module pattern in Javascript for dummies

I find the module pattern in Javascript very interesting, because of its scope feature (anonymous closure), extendibility (with global imports) and clean code style. If you »

David Burgos David Burgos on Javascript 12 May 2015

How to correctly fix the AngularJS error: "digest already in progress"

$digest already in progress First of all, don’t fix it this way if ( ! $scope.$$phase) { $scope.$apply(); } It makes no sense because $$phase is just »

David Burgos David Burgos on angular, english, error, Javascript 02 December 2014
← Newer Posts Page 5 of 10 Older Posts →
David Burgos © 2012-2025
Bolder theme. Proudly published with Ghost