Package-level declarations

Types

Link copied to clipboard

Created by ian on 1/9/17.

Link copied to clipboard
open class JQueryOnReceiver(val parent: JQueryReceiver)

Created by ian on 2/22/17.

Link copied to clipboard
class JQueryReceiver(webBrowser: WebBrowser, selectorExpression: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Selects the element based on id, then executes the provided js

Link copied to clipboard
fun Element.jquery(selector: String = "#"): JQueryReceiver

Created by ian on 2/22/17.