1.2.8 • Published 1 year ago

@gondel/plugin-jquery v1.2.8

Weekly downloads
12
License
MIT
Repository
github
Last release
1 year ago

jQuery Plugin

Gondel is written in vanilla js.
For projects where jQuery is already included the jQuery plugin will allow you easy access to the current ctx.

Installation

npm i --save @gondel/plugin-jquery

Usage

Class

import { GondelJqueryComponent } from '@gondel/plugin-jquery';

class MyComponent extends GondelJqueryComponent {
  start() {
    console.log(this.$ctx);
  }
}

Mixin

import { gondelJQueryMixin } from '@gondel/plugin-jquery';

class MyComponent extends gondelJQueryMixin(GondelBaseComponent) {
  start() {
    console.log(this.$ctx);
  }
}
1.2.8

1 year ago

1.2.7-beta.0

3 years ago

1.2.7

3 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

1.0.0-alpha.29

5 years ago

0.1.0

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago