반응형
반응형

Angular-deckgrid: A masonry-like grid for Angular JS

deckgrid

 

A lightweight masonry-like grid for AngularJS.

반응형
반응형

Semantic UI: A language for sharing UI

semantic ui

 

 

Semantic empowers designers and developers by creating a shared vocabulary for UI.

http://www.semantic-ui.com

 

Semantic is a UI Component library implemented using a set of specifications designed around natural language

Semantic UI is under constant development, so be sure to check out our release notes for recent changes.

 

반응형
반응형

Web Developer Checklist: Everything you need to make your code its best

web development checklist

반응형
반응형

 원하는 위치로 브라우저 스크롤

 

var targetOffset = $target.offset().top;
$('html,body').animate({scrollTop: targetOffset}, 1000);

 

바로 스크롤 하지 않고 페이지 로딩끝난 후에 하고 싶다면, setTimeout을 이용하자.

 

 

setTimeout(

    function(){

         $('#a').each(function(){ this.scrollIntoView(true); });

    }

 ,1000);

반응형
반응형

Embed Curl: Embeddable curl commands

curl

Homepage: https://www.embedcurl.com/

 

반응형
반응형

Brainy.io: Share Backbone code between server and client

brainyio

Homepage: http://brainy.io/
GitHub: http://github.com/brainyio

 

a bare bones Backbone boilerplate using RequireJS

 

 

brainy-boilerplate

a client side boilerplate implementing Backbone and RequireJS.

 

 

반응형

+ Recent posts