본문 바로가기

WWWEB/Script23

이메일 유효성 검사 이메일 휴대전화 입력 2015. 11. 16.
자바스크립트 \t, \n 등 이스케이프 시퀀스 [자바스크립트 이스케이프 시퀀스] 시퀀스 표현하는 문자 \0 널 문자 \b 백스페이스 \t 수평 탭 \n 줄바꿈 문자 \v 수직 탭 \f 폼 피드 \r 캐리지 리턴 \" 큰따옴표 \' 작은따옴표 \\ 역슬래시 \xXX 두 개의 16진수 숫자 XX에 의해 지정되는 Latin-1 문자. \uXXXX 네 개의 16진수 숫자 XXXX에 의해 지정되는 Unicode 문자. \XXX 1과 377 사이의 8진수 숫자 XXX에 의해 지정되는 Latin-1 문자. ECMAScript v3에서는 지원하지 않으므로 이 이스케이프 시퀀스는 사용하지 말 것. 2012. 12. 20.
jQuery API 원문 : api.jquery.com jQuery API .add()Miscellaneous TraversingAdd elements to the set of matched elements. .addClass()Attributes, Class Attribute, CSSAdds the specified class(es) to each of the set of matched elements. .after()DOM Insertion, OutsideInsert content, specified by the parameter, after each element in the set of matched elements. jQuery.ajax()Low-Level InterfacePerform an asynchronous.. 2012. 2. 9.
스크롤바 디자인 변경 원문 : http://www.dreamincode.net/forums/topic/15885-change-scroll-bar-color-in-firefox-and-opera/물론 웹표준에 위배되는 내용이지만, 혹시.. 정말 혹시나 해서 참고로 남겨둔다~ ㅋㄷHere's what you can do to make this work in all 3 major browsers (IE, Firefox, Opera):1) use this code:view sourceprint?01122) in the HTML tag of your webpage, delete ANY and ALL ties to W3C! For example, you will see code generated in the HTML tag when y.. 2010. 7. 7.
폼 디자인 바꾸는 예제 http://www.emblematiq.com/lab/niceforms/demo/v20/niceforms.html 2010. 6. 15.
728x90
반응형