We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa8b1c commit 480d5abCopy full SHA for 480d5ab
README.md
@@ -2,6 +2,20 @@
2
3
Static types for the jQuery API for [Scala.js](http://www.scala-js.org/) programs.
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
16
+import io.udash.wrappers.jquery._
17
18
19
## Example
20
21
```scala
build.sbt
@@ -1,6 +1,6 @@
1
name := "udash-jquery"
-version := "0.2.0"
+version := "1.0.0-SNAPSHOT"
organization := "io.udash"
scalaVersion := "2.11.7"
scalacOptions in ThisBuild ++= Seq(
@@ -29,4 +29,4 @@ persistLauncher in Test := false
29
scalaJSUseRhino in Test := false
30
31
lazy val root = project.in(file("."))
32
- .enablePlugins(ScalaJSPlugin)
+ .enablePlugins(ScalaJSPlugin)
0 commit comments