var l = a(h).hasClass("input-sm") ? a(h).height() : a(h).outerHeight();
var m = a('<span class="wrap-placeholder" style="position:absolute;display:inline-block;overflow:hidden;z-index:1000;color:' + b.placeholderColor + "; width:" + k + "px; height:" + l + "px;" + f + '">' + i + "</span>");
m.css({
"margin-left": a(h).css("margin-left"),
"margin-top": a(h).css("margin-top"),
"font-size": a(h).css("font-size"),
"font-family": a(h).css("font-family"),
"font-weight": a(h).css("font-weight"),
"line-height": h.nodeName.toLowerCase() == "textarea" ? a(h).css("line-weight") : l + "px",