coding4

var html = $(\'<a target="_blank" href="\' + adCompContent.clickURL + \'"><img width="\' + adCompContent.width + \'" height="\' + adCompContent.height + \'" src="\' + adCompContent.imageURL + \'"></a>\');
html.appendTo("#mediabox_tbkib_pic");
html.bind(\'click\', function() {
if (adCompContent.clickTrough) {
$(this).attr(\'href\', PluginAD.getAttachParamsUrl(adCompContent.clickTrough, ADUID, 2, 0));
} else {
$(this).attr(\'href\', adCompContent.clickURL);
}

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-04-13
  • 2021-11-30
  • 2022-12-23
  • 2021-11-30
  • 2021-07-19
  • 2022-12-23
相关资源
相似解决方案