
os.browse.script.Bootstrap.scala Maven / Gradle / Ivy
The newest version!
// Copyright 2013,2015 ~ Optersoft
package os.browse.script
import os.browse.uri
import os.browse.script.jQuery._
import os.browse.Script
@uri("//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js")
object Bootstrap extends Script {
implicit class Bootstrap(val jquery: jQuery) extends jQuery {
def popover(options: String) {}
def tooltip(options: String) {}
}
class Modal {
def hide() {}
def hideModal() {}
def removeBackdrop() {}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy