即使存在依赖项,Bootstrap滑块也无法识别

时间:2019-02-09 16:54:16

标签: html css jquery-ui jquery-widgets bootstrap-slider

即使存在正确的依赖项,是否有任何原因为什么引导程序滑块不被识别为功能?

已将Web应用程序文件夹中存在的下载的jQuery ui文件自定义为不包含滑块控件冲突功能。

object NonFatal {
   /**
    * Returns true if the provided `Throwable` is to be considered non-fatal, or false if it is to be considered fatal
    */
   def apply(t: Throwable): Boolean = t match {
     // VirtualMachineError includes OutOfMemoryError and other fatal errors
     case _: VirtualMachineError | _: ThreadDeath | _: InterruptedException | _: LinkageError | _: ControlThrowable => false
     case _ => true
   }
}

1 个答案:

答案 0 :(得分:0)

请提供控制台的jsfiddle或屏幕截图。如果您说得到所有依赖项(我认为您的代码是正确的),那么我猜您的路径可能有问题。