2. http://zen-coding.ru/eclipse/updates/ 아니면 http://media.chikuyonok.ru/eclipse/updates/ 추가하시구요
3. Zen Coding for Eclipse group 체크하세요
4. 설치완료
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
JES는 제주에 위치한 Daum 미디어오피스 에서 만들어진 자바스크립트 라이브러리입니다.
2007년 Daum의 Front-End개발에서 창안한 이래 Daum 미디어, 컨텐츠 서비스들에 사용되고 있으며 다수의 개발자들이 참여해왔습니다.
2010년 4월 공유, 개방, 참여의 정신에 따라 Daum은 JES를 Daum외의 분들도 사용할 수 있도록 오픈하기로 했습니다. 이제 JES는 여러분 모두의 것입니다. 마음대로 사용하시고, 수정하시고, 배포하셔도 됩니다. JES는 Daum의 공식 표준라이브러리는 아니며 앞으로 오픈소스 생태계에서 독자적으로 발전해나가길 기대합니다.
여러분의 많은 사용과 참여를 바랍니다.
Posted by 홍반장
jQuery uses CSS selectors to select HTML elements.
$("p") selects all <p> elements.
$("p.intro") selects all <p> elements with class="intro".
$("p#demo") selects the first <p> element with id="demo".
jQuery uses XPath expressions to select elements with given attributes.
$("[href]") select all elements with an href attribute.
$("[href='#']") select all elements with an href value equal to "#".
$("[href!='#']") select all elements with an href attribute NOT equal to "#".
$("[href$='.jpg']") select all elements with an href attribute that ends with ".jpg".
jQuery CSS selectors can be used to change CSS properties for HTML elements.
The following example changes the background-color of all p elements to yellow:
Syntax | Description |
---|---|
$(this) | Current HTML element |
$("p") | All <p> elements |
$("p.intro") | All <p> elements with class="intro" |
$(".intro") | All elements with class="intro" |
$("#intro") | The first element with id="intro" |
$("ul li:first") | The first <li> element of each <ul> |
$("[href$='.jpg']") | All elements with an href attribute that ends with ".jpg" |
$("div#intro .head") | All elements with class="head" inside a <div> element with id="intro" |
Posted by 홍반장
Posted by 홍반장
모바일 디바이스의 해상도
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
- 홍반장
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |