#652 이미지 추가시 ie 브라우져에서 jquery 관련 문제 처리, jquery 2.x ie 지원 문제

This commit is contained in:
akasima 2014-05-08 11:30:26 +09:00
parent fed1bf425c
commit bdc1f585eb

View file

@ -24,8 +24,8 @@
var align = (node.style.cssFloat) ? node.style.cssFloat : node.style.styleFloat;
var margin = (node.style.margin) ? node.style.margin.match('[0-9]+') : node.getAttribute('margin');
var alt = node.getAttribute('alt');
var width = $(node).width();
var height = $(node).height();
var width = node.getAttribute('width');
var height = node.getAttribute('height');
var link_url = node.getAttribute('link_url');
var open_window = node.getAttribute('open_window');