- Digital Detox
- London, UK (ex Frattamaggiore, Italy)
- a.derosa@audero.it
- https://www.audero.it
-
Joined on
Feb 12, 2012
Popular repositories
-
HTML5-API-demos
A repository where you can find information about many JavaScript and HTML5 APIs.
-
Saveba.js
A JavaScript library that, relying on the Network Information API, tries to save bandwidth to users having a slow connection by removing unnecessary resources.
-
jquery-in-action
The accompanying code for the book "jQuery in Action, third edition"
-
Where-I-Parked-My-Car
Where I Parked My Car is an application for mobile devices that lets you bookmark where you parked your car, and then find a route to return to it.
-
ConfAgenda
ConfAgenda is a fast and small web application built to allow conferences attendees to easily navigate through the conference information and mark the talks of interest to create their own, persona…
-
flickr-gallery-demo
A demo project to show how to use the Flickr API to develop a simple service that allows a user to enter a text and show the gallery of the photos that contain the given text within their title or …
1,776 contributions in the last year
Contribution activity
December 2016
Fix error building FieldTypes on Linux
Description of changes
Set the first letter of the field to uppercase
Related issues (if any)
Fixes #3754
Testing
Please confirm npm run test-all …
- Types: Added Error
- find(): Mention support for selectors starting with >
- load(): Specified that load event alias is deprecated
- outerHeight(): Specified type of passed arguments to callback
- unbind(): Specified that it accepts multiple events at once
- ajax: Specified behavior for a timeout of 0
- ajax: Specified that "?" in data is replaced
- prop(): Fixed incorrect position of parenthesis
The shim for the repeat function can be improved
Hi. The current shim for the repeat function can be improved in regard of performance. A couple of faster implementations can be found here and here.