jQuery alternative – zepto.js
If for some reason you think that jQuery is ‘too much’ to use in your web app, then here’s an interesting alternative – zepto.js
By eidias on (tags: javascript, zepto, categories: tools, web)If for some reason you think that jQuery is ‘too much’ to use in your web app, then here’s an interesting alternative – zepto.js
By eidias on (tags: javascript, zepto, categories: tools, web)Have you ever faced the problem that extending enum type by new values may cause unpredicted behavior of the application? I recently have. As the solution for this problem I figure out how to design enum values so they can be easily sortable and easily expandable in future, causing no side effect.
By Mirek on (tags: enums, categories: code)The Deferred object has been in jQuery since version 1.5 but I haven’t had the chance to get to know it until recently – turns out that it’s rather handy to have in your toolset.
By eidias on (tags: jQuery, categories: web)All I can say is THANK YOU.
By eidias on (tags: None, categories: web)