咨詢熱線:13509769050(韓經(jīng)理)、13753650936(白經(jīng)理) 晉ICP備17010005號 
 
	版權所有:晉城市昕晉工貿有限公司   公司地址:晉城市城區(qū)西環(huán)路5018號豪德光彩貿易廣場二期37棟2號 
	技術支持:
').css({position:'relative', zoom:'1', border:'none', background:'none', padding:'none', margin:'none'}));
              var pos = self.position(), h = self.outerHeight(true), paddingleft = self.css('padding-left');
              var holder = $('
').text(txt).css({position:'absolute', left:pos.left, top:pos.top, height:'41px', lienHeight:"41px", paddingLeft:paddingleft, color:'#fff','line-height':'41px','font-size':'14px','float':'left'}).appendTo(self.parent());
              self.focusin(function(e) {
                  holder.hide();
              }).focusout(function(e) {
                  if(!self.val()){
                      holder.show();
                  }
              });
              holder.click(function(e) {
                  holder.hide();
                  self.focus();
              });
          });
      }
  };
  //執(zhí)行
  jQuery(function(){
      JPlaceHolder.init();    
  });