워드프레스 일기
  • 워드프레스
  • 웹호스팅
  • 번역
  • 일상
  • 후원하기
  • 서비스 문의

워드프레스 일기의 자바스크립트 12

target="_blank" 추가하기 (자체 정리용)

target="_blank"를 추가하는 가장 간단한 방법은 jQuery를 이용하는 것입니다. $(document).ready(function(){ $('#link_other a').attr('target', '_blank'); }); 혹은 $('#link_other a').each(function(){ $(this).attr('target', '_BLANK'); }); jQuery를 이용하지 않을 경우... window.onload = function(){ var anchors = document.getElementById('link_other').getElementsByTagName('a'); for (var i=0; i

IT & 기타 2018.02.04

이미지를 랜덤하게 표시하는 방법 (javascript)

자바스크립트를 사용하여 이미지를 랜덤하게 표시하는 방법 이미지를 랜덤하게 표시하는 javascript 코드는 구글에서 쉽게 검색이 가능합니다. 예를 들어, stackoverflow에 페이지를 로드할 때 이미지를 무작위(랜덤)로 표시하는 방법에 대해 다음과 같은 코드가 제시되어 있습니다. (소스: https://stackoverflow.com/questions/2777479/display-random-image-when-page-loads-without-utilizing-onload-in-the-body-tag) 이 코드가 잘 작동하지 않으면 다음 글을 참고해볼 수 있습니다. Working with Images in JavaScript Display a Random Image Using JavaScript..

워드프레스 2018.01.06
이전
1 2
다음
더보기
워드프레스 시작하기

최근글과 인기글

  • 최근글
  • 인기글

Copyright ©

AXZ Corp. All rights reserved.

티스토리툴바