添加ImgLiquid后,在图像上前进的引导滑块单击不起作用

时间:2017-04-01 23:51:46

标签: javascript jquery html css twitter-bootstrap

我最近添加了ImgLiquid来调整Bootstrap轮播中的图像大小,这非常有效。但是,现在我的滑块不再有效了。我将滑块编程为在图像点击上前进。指标也不起作用,我无法弄明白。

任何帮助都将不胜感激。

<!-- Carousel -->
<section id="slider" class="carousel slide slide-container">

  <!-- Images -->
  <div class="carousel-inner imgLiquidFill imgLiquid" role="listbox">

    <?php foreach( $images as $image ) : ?>
    <div class="item <?php if($count1==0) : echo 'active'; endif; ?>">
      <img class="img-responsive" src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>" />
    </div>
    <?php $count1++; endforeach; ?>

  </div>
  <!-- end .carousel-inner -->
2017-04-01T23:45:25.431 Function completed (Failure, Id=25de0b34-b138-4390-af0c-f8f6ed68fd48)
2017-04-01T23:45:25.509 Exception while executing function: Functions.FormatEmail. mscorlib: Could not load file or assembly '0 bytes loaded from Microsoft.Azure.WebJobs.Script, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. Bad IL format.
2017-04-01T23:45:25.619 mscorlib: Exception while executing function: Functions.FormatEmail. mscorlib: Could not load file or assembly '0 bytes loaded from Microsoft.Azure.WebJobs.Script, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. Bad IL format.
2017-04-01T23:45:25.728 mscorlib: Exception while executing function: Functions.FormatEmail. mscorlib: Could not load file or assembly '0 bytes loaded from Microsoft.Azure.WebJobs.Script, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. Bad IL format.
2017-04-01T23:45:25.759 mscorlib: Exception while executing function: Functions.FormatEmail. mscorlib: Could not load file or assembly '0 bytes loaded from Microsoft.Azure.WebJobs.Script, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. Bad IL format.
2017-04-01T23:45:25.791 mscorlib: Exception while executing function: Functions.FormatEmail. mscorlib: Could not load file or assembly '0 bytes loaded from Microsoft.Azure.WebJobs.Script, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. Bad IL format.
2017-04-01T23:45:25.916 mscorlib: Exception while executing function: Functions.FormatEmail. mscorlib: Could not load file or assembly '0 bytes loaded from Microsoft.Azure.WebJobs.Script, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. Bad IL format.
2017-04-01T23:45:25.979 Function started (Id=ac8c2552-e697-4e65-bd1a-33e5b9a3b802)
2017-04-01T23:45:25.979 Function completed (Failure, Id=ac8c2552-e697-4e65-bd1a-33e5b9a3b802)
2017-04-01T23:45:26.073 mscorlib: Exception while executing function: Functions.FormatEmail. mscorlib: Could not load file or assembly '0 bytes loaded from Microsoft.Azure.WebJobs.Script, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. Bad IL format.
2017-04-01T23:45:26.104 Exception while executing function: Functions.FormatEmail. mscorlib: Could not load file or assembly '0 bytes loaded from Microsoft.Azure.WebJobs.Script, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. Bad IL format.

0 个答案:

没有答案