JQuery class

JQuery wrapper and loader.

Constructors

JQuery(JsObject? _o)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String method, [List? args]) → dynamic
Makes a JQuery call.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

isLoaded bool
Returns true if JS library is loaded.
no setter
isSuccessfullyLoaded bool
Returns true if JS library is successfully loaded.
no setter
onLoad → EventStream<LoadController>
EventStream for loading event.
no setter
PATH String
final
PATH_JS String
final
VERSION String
final

Static Methods

$(dynamic query) JQuery
Does JQuery query
load() Future<bool>
Loads JQuery JS library.
openWindow({String? name, String? html, bool print = false}) JsObject
Opens a new Window.