File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 22
33Static types for the jQuery API for [ Scala.js] ( http://www.scala-js.org/ ) programs.
44
5+ ## Usage
6+
7+ Add the following to your SBT build:
8+
9+ ``` scala
10+ libraryDependencies += " io.udash" %%% " udash-jquery" % " 0.2.0"
11+ ```
12+
13+ then import jQuery package:
14+
15+ ``` scala
16+ import io .udash .wrappers .jquery ._
17+ ```
18+
519## Example
620
721``` scala
Original file line number Diff line number Diff line change 11name := " udash-jquery"
22
3- version := " 0.2.0 "
3+ version := " 1.0.0-SNAPSHOT "
44organization := " io.udash"
55scalaVersion := " 2.11.7"
66scalacOptions in ThisBuild ++= Seq (
@@ -29,4 +29,4 @@ persistLauncher in Test := false
2929scalaJSUseRhino in Test := false
3030
3131lazy val root = project.in(file(" ." ))
32- .enablePlugins(ScalaJSPlugin )
32+ .enablePlugins(ScalaJSPlugin )
You can’t perform that action at this time.
0 commit comments