리스트 상품이 없을 때 예외처리 추가
This commit is contained in:
@ -18,6 +18,9 @@
|
||||
var $element = this.find(cfg.element);
|
||||
var $this = this;
|
||||
|
||||
if($element.length < 1)
|
||||
return;
|
||||
|
||||
function item_arrange()
|
||||
{
|
||||
var $el = $element.filter(":first");
|
||||
|
||||
Reference in New Issue
Block a user