분류
bootstrap
jQuery Gridform
본문
이것은 부트 스트랩으로 복잡한 테이블 기반 양식을 작성할 때 유용한 jQuery 플러그인을 나타냅니다.
부트 스트랩으로 복잡한 테이블 기반 양식을 개발해야 할 때 중요한 측면을 형성합니다.
https://github.com/gunnar-t/jquery.gridform
<!-- Design stuff --> <link rel="stylesheet" type="text/css" href="css/reset.css"><!-- optional: for reseting browser defaults --> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/jquery.gridform.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome.css"><!-- optional: for nicer checboxes and stuff --> <!-- JS-Libs (best to include at the END of your HTML file !!--> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.gridform.js"></script>
http://gunnar-t.github.io/jquery.gridform/example.html
- 이전글라디오 입력과 기본 체크 박스를 대체해야 할 때 매우 유용 18.10.20
- 다음글접근성 플러그인 18.10.20