Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| $(function () { | |
| $('#navigation a').stop().animate({ | |
| 'marginLeft': '-85px' | |
| }, 1000); | |
| $('#navigation > li').hover( | |
| function () { | |
| $('a', $(this)).stop().animate({ | |
| 'marginLeft': '-2px' |
| ;(function(libName, libBody) { | |
| var hasDefine = typeof define === 'function'; | |
| hasExports = typeof module !== "undefined" && module.exports; | |
| if(hasDefine) { | |
| if(define.AMD) { | |
| // AMD environment | |
| define(libBody); | |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.