SPATIUM Mobile
주소복사
About Operating System Languages Tools Favorites Notice Visit TEST  
     Android (3)
     Linux (1)
     MacOS (1)
     OS (1)
     Solaris10 (15)
     Windows (1)
     Windows Server (2)
     Windows XP (3)
   ID  
   Password  
  |  
  Location United States
  IP Address 3.19.31.73
2024. 05
1234
5
6
7891011
12131415161718
19202122232425
262728293031
Category  Languages, jQuery
Writer 김태우 Date 2012-05-07 10:56:55 Visit 3622
jquery 객체 style 사용시

 

jquery 이용, simple css 스타일 처리

 

// get value

var view_flag = $('.content').css('display');

var c_top = $('.content').position().top;    // 부모 객체 내에서의 상대 좌표, 절대 좌표 offset().top

var c_left = $('.content').position().left;    // 부모 객체 내에서의 상대 좌표, 절대 좌표 offset().left

var w = $('.content').width();

var h = $('.content').height();

 

// set value

$('.content2').css('display', view_flag);

$('.content2').css('top', c_top).css('left', c_left) ;

$('.contetn2').width(w);

 

Tags  jquery css style
  Relation Articles
[Languages-jQuery] jquery 객체 style 사용시 (2012-05-07 10:56:55)
  Your Opinion
Member ID
150 letters
Copyright (C) SPATIUM. All rights reserved.
[SPATIUM]WebMaster Mail