jquery轮播活动图像

时间:2016-09-12 06:26:28

标签: javascript jquery html css

我正在使用这个插件 webdesign-flash.ro 并且我试图放大或显示前面的活动图像。没有使用的唯一ID或类。但活动图像显示内容(标题)。我试图通过使用以下代码选择活动元素。但似乎没有用。

jQuery(function($){

    if($("#fwdu3dcarDiv0-fluidwidth").find("p strong").length) {
      console.log("It exists!");
    }
    else {
      console.log("It doesn't exist");
    }

});

有什么方法可以做到这一点吗?只是为了显示比其他更大的活动图像。 谢谢!

0 个答案:

没有答案