Forums
(@dio09)
12 years, 3 months ago
Hi,
I replaced the error line:
inst.dpDiv.zIndex($(input).zIndex()+1);
with:
inst.dpDiv.css(‘z-index’,$(input).css(‘z-index’)+1);
It worked for me.