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 2
2
3
3
Static types for the jQuery API for [ Scala.js] ( http://www.scala-js.org/ ) programs.
4
4
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
+
5
19
## Example
6
20
7
21
``` scala
Original file line number Diff line number Diff line change 1
1
name := " udash-jquery"
2
2
3
- version := " 0.2.0 "
3
+ version := " 1.0.0-SNAPSHOT "
4
4
organization := " io.udash"
5
5
scalaVersion := " 2.11.7"
6
6
scalacOptions in ThisBuild ++= Seq (
@@ -29,4 +29,4 @@ persistLauncher in Test := false
29
29
scalaJSUseRhino in Test := false
30
30
31
31
lazy val root = project.in(file(" ." ))
32
- .enablePlugins(ScalaJSPlugin )
32
+ .enablePlugins(ScalaJSPlugin )
You can’t perform that action at this time.
0 commit comments