ajax/yii2-ajax-abel

基于Sweet和JQ的 便捷ajax类

Maintainers

Details

gitee.com/gmd171218/yii2-ajax.git

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2018-09-12 03:08 UTC

This package is not auto-updated.

Last update: 2020-07-30 10:00:11 UTC


README

基于Sweet和JQ的 便捷ajax类

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ajax/yii2-ajax-abel "*"

or add

"ajax/yii2-ajax-abel": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \yii\ajax\AutoloadExample::widget(); ?>```