$(window).height()

$(window).width()

 

$(this).outerHeight()

$(this).outerWidth()

 

$(window).scrollTop()

$(window).scrollLeft()

 

 

($(window).height() - $(this).height())/2

 

 

function adjustStyle(width) {
  width = parseInt(width);
  if (width < 1000) {
    $("#ttt").hide();
  } else {
    $("#ttt").show();
  }
}

$(function() {
  adjustStyle($(this).width());
  $(window).resize(function() {
    adjustStyle($(this).width());
  });
});

 

'웹프로그래밍 > jquery' 카테고리의 다른 글

윈도우 위치  (0) 2016.04.01
jQuery를 이용한 네비게이션 모음 (펌)  (0) 2015.03.20
챠트 플러그인 (펌)  (0) 2015.03.20
iframe 높이값 조정  (0) 2015.03.16

http://www.htmldrive.net/items/demo/872/Nice-Multiple-jQuery-Mega-Drop-Down-Menu

- 상단 네비게이션 일반 풀다운 메뉴 (멀티 서브메뉴 지원 )


http://www.htmldrive.net/items/demo/756/Scalable-Menu-with-jQuery-CSS3

- 상단 네비게이션 일반 풀다운 메뉴 (멀티 서브메뉴 지원 )


http://www.htmldrive.net/items/demo/201/jQuery-big-Drop-Down-Menu

- 상단 네비게이션 일반 풀다운 메뉴 (멀티 서브메뉴 지원 , 애니메이션 )


http://www.htmldrive.net/items/demo/1182/Rich-Media-Dropdown-Menu-with-jQuery

- 멀티 서브메뉴 ( 이미지 사용가능 )


http://www.htmldrive.net/items/demo/1179/Pure-CSS3-slide-dropdown-Menu

- 상단 네비게이션 일반 풀다운 메뉴


http://www.htmldrive.net/items/demo/1070/CSS3-multiple-color-Top-Fixed-Menu

- 상단 네비게이션 일반 풀다운 메뉴 (롤오버 색깔 변경 )


http://www.htmldrive.net/items/demo/1012/Stylish-CSS-Jquery-auto-induction-boundary-of-menu

- 상단 네비게이션 일반 풀다운 메뉴 (flat version)


http://www.htmldrive.net/items/demo/1046/Useful-Magazine-Style-Dropdown-Menu-with-jQuery

- 상단 네비게이션 일반 풀다운 메뉴 (서브메뉴 1개 )


http://www.htmldrive.net/items/demo/979/simple-google-style-Dropdown-menu-with-jQuery

- 상단 네비게이션 일반 풀다운 메뉴  (클릭 이벤트 )

 

http://www.htmldrive.net/items/demo/1463/Amazon-Side-Bar-Menu-with-jquery

-left 풀다운 ( 우측으로 펼쳐짐 )


http://www.htmldrive.net/items/demo/251/Simple-JQuery-Accordion-Collapsing-menu

- left 풀다운 메뉴 ( 아래로 펼쳐짐 )


http://www.htmldrive.net/items/demo/1448/cross-browser-Multi-level-push-menu-with-jQuery

- left 모바일 메뉴


http://jqueryui.com/menu/

- 심플 스탠다드형 jquery left 메뉴


http://slicknav.com/

- 접기가능(상하)한 3depth 형 left 메뉴


http://adnantopal.github.io/slimmenu/#

- IE8이상


http://www.dynamicdrive.com/dynamicindex1/compactmenu.htm

- DEMO3 접기가능


http://www.webdesigncrowd.com/demo/play-google-10.7.13/

- IE8이상


http://designmodo.com/demo/jqueryaccordionmenu/

- left 메뉴 펼침(상하)


http://tympanus.net/Tutorials/GoogleNexusWebsiteMenu/

- google nexus website menu 강력 추천하나.. IE8 미지원


http://mmenu.frebsite.nl/

- 메뉴 항목에대한 설명 표시가능 (접기 불가)

- IE 8 표시 안됨 (표준)


http://www.designchemical.com/lab/jquery-vertical-mega-menu-plugin/examples/

http://www.designchemical.com/lab/demo-wordpress-jquery-vertical-mega-menu-plugin.html

- left menu 네비게이션 (멀티 서브메뉴 지원 ) ★강추


http://www.designchemical.com/lab/demo-wordpress-vertical-accordion-menu-plugin/

- left 드랍 메뉴


http://nowtheme.com/2013/05/jquery-accordion-menu-and-slider-plugins/

각 가지 메뉴 모음


http://codecanyon.net/item/jquery-plugin-drop-list/full_screen_preview/396988?ref=themespotters

- left menu (2depth, 드랍)  IE9 이상


http://thecodeplayer.com/walkthrough/vertical-accordion-menu-using-jquery-css3

- Vertical accordion menu (jQuery & CSS3) IE8 지원

 

 

[출처] jQuery & CSS3 를 활용한 메뉴 네비게이션 소스 모음 | 작성자 Yohan
http://blog.naver.com/jyh0528/220295629856

 

추가

http://blog.templatemonster.com/demos/color-coded-dropdown-navigation-with-submenus/demo/index.html

http://tympanus.net/Tutorials/GoogleNexusWebsiteMenu/ (굿)

'웹프로그래밍 > jquery' 카테고리의 다른 글

윈도우 위치  (0) 2016.04.01
브라우저 창 크기조절에 따라 DIV.show(),hide()  (0) 2015.04.07
챠트 플러그인 (펌)  (0) 2015.03.20
iframe 높이값 조정  (0) 2015.03.16

1. 구굴 Chart

https://developers.google.com/chart/?hl=ko&csw=1


2. Chart.js

http://www.chartjs.org/


3. xCharts

http://tenxer.github.io/xcharts/


4. FusionCharts

http://www.fusioncharts.com/jquery/


5. morris.js

https://github.com/morrisjs/morris.js/

http://www.jqueryscript.net/chart-graph/Morris-Good-looking-Charts-Plugin.html

 

6. jqPlot

http://www.jqplot.com/


7. Axiis

http://www.axiis.org/


8. gRaphaeljs

http://g.raphaeljs.com/


9. Elycharts

http://elycharts.com/


10. Flotr2

http://humblesoftware.com/flotr2/index

 


리얼타임그래프.

1.리얼타임을 위한 그래프..

http://www.flotcharts.org/   https://code.google.com/p/flot/

2. 스파클라인

http://omnipotent.net/jquery.sparkline/#s-about

 

조직도 챠트

http://dl.dropboxusercontent.com/u/4151695/html/jOrgChart/example/example.html#

 

 

유료 (비상업으론 무료도 있음)

http://www.jscharts.com/

http://www.amcharts.com/

http://www.highcharts.com/

 

 

알아두면 좋을....


http://raphaeljs.com/

http://dygraphs.com/

 

 

여러개 사용해봤지만...

개인적으로 ..http://www.flotcharts.org/ 를 추천한다.

http://www.jqueryflottutorial.com/how-to-make-jquery-flot-pie-chart.html

 

 

[출처] 쓸만한 jQuery 챠트 | 작성자 사랑굳

http://blog.naver.com/forioso/10174679854

 

추가

http://www.highcharts.com/demo/line-labels

아이프레임 내에서 부모 페이지에 있는 #framebody의 높이 값을 자동 조절한다. 

 

 $(function() {
  $('#framebody', parent.document).height($(document).height() + 10);
});

 

+ Recent posts