class Sqimitive.jQuery.MixIn
Defined in: jquery.js, line 42
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.
var jQueryInMyClass = MyClass.extend({ mixIns: [Sqimitive.jQuery.MixIn] }) new jQueryInMyClass({el: $('#log')})