Class in Sqimitive.jQuery MixIn

class Sqimitive.jQuery.MixIn
A mixIn to map Sqimitive onto a DOM representation via the jQuery interface

Defined in: jquery.js, line 42

Description (skip)

A mixIn to map Sqimitive onto a DOM representation via the jQuery interface.

See jQuery for details.

Use Sqimitive\jQuery if you just want a standard Base with jQuery features.

Example
var jQueryInMyClass = MyClass.extend({
  mixIns: [Sqimitive.jQuery.MixIn]
})

new jQueryInMyClass({el: $('#log')})