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 13.59.93.176
2025. 04
12345
6789101112
131415161718
19
20212223242526
27282930
Category  Languages, jQuery
Writer 김태우 Date 2012-05-07 10:56:55 Visit 3918
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