레이블이 jQuery인 게시물을 표시합니다. 모든 게시물 표시
레이블이 jQuery인 게시물을 표시합니다. 모든 게시물 표시

2010년 3월 11일 목요일

CSS Dock Menu

사이트 :

http://www.ndesign-studio.com/blog/css-dock-menu

 

데모 :

http://www.ndesign-studio.com/demo/css-dock-menu/css-dock.html

 

 

간단한 문단 생성하여 붙이기

jQuery로 간단한 문단을 생성하여 붙이기. [code javascript]$('

') .html('Hey World!') .css('background', 'yellow') .appendTo("body");[/code]

jQuery로 Ajax 개발을 단순화 하기

http://www.ibm.com/developerworks/kr/library/x-ajaxjquery.html

자바스크립트 라이브러리 Jquery 플러그인

링크 관련 팁

[code html]
[/code]

이미지 없으면 자동으로 No Image 출력

[code html] [/code]

셀렉트박스

http://plugins.jquery.com/project/selectboxutils

 

http://dev.chrisryu.com/data/jQuery-selectbox-utils/demo/index.html

 

<script>
$(function(){
  $('#year1').numericOptions({from:2007,to:2011});
  $('#month1').numericOptions({from:1,to:12});
  $('#date1').numericOptions().datePulldown({year:$('#year1'),month:$('#month1')});
});
</script>
<select id="year1"/><select id="month1"/><select id="date1"/>


 

jQuery로 모서리 둥글게 만들기

http://www.atblabs.com/jquery.corners.html

 

http://methvin.com/jquery/jq-corner.html

 

http://malsup.com/jquery/corner/

구글 AJAX Libraries API

서버에 스크립트소스를 올리지 않고 아래와 같은 방법으로 jQuery를 사용할 수 있다.
[code html] [/code]

jQuery 관련 사이트

jQuery는 자바스크립트HTML 사이의 상호작용을 강조하는 경량화된 웹 애플리케이션 프레임워크이다. 존 레시그에 의해, 2006년 뉴욕 시 바캠프(Barcamp NYC)에서 릴리즈되었다.

jQuery는 MIT 라이선스GNU 일반 공중 사용 허가서듀얼 라이선스 하의 자유 오픈 소프트웨어이다.

jQuery 공식사이트 : http://jquery.com/

데모 : http://jqueryui.com/

jQuery 위키 : http://ko.wikipedia.org/wiki/JQuery

Visual jQuery 1.2.6 : http://www.visualjquery.com/