2017 © Pedro Peláez
 

library yii2-jquery-form-asset

Yii2 jquery-form asset

image

kl83/yii2-jquery-form-asset

Yii2 jquery-form asset

  • Friday, November 10, 2017
  • by kl83
  • Repository
  • 1 Watchers
  • 0 Stars
  • 91 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

Yii2 jQuery Form Plugin asset

Latest Stable Version Total Downloads License, (*1)

The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather information from the form element to determine how to manage the submit process. Both of these methods support numerous options which allows you to have full control over how the data is submitted. Submitting a form with AJAX doesn't get any easier than this!, (*2)

Project home page http://malsup.com/jquery/form/., (*3)

Installation

The preferred way to install this extension is through composer., (*4)

Either run, (*5)

php composer.phar require kl83/yii2-jquery-form-asset ~1.1.0

or add, (*6)

"kl83/yii2-jquery-form-asset": "~1.1.0"

to the require section of your composer.json file., (*7)

Usage

Adding an asset as a dependence on another asset.

~~~ php class SomeAsset extends \yii\web\AssetBundle { ... public $depends = [ 'kl83\assets\JQueryFormAsset', ]; ... }, (*8)


### Adding an asset within a view. ~~~ php kl83\assets\JQueryFormAsset::register($this);

License

MIT License, (*9)

The Versions

10/11 2017

dev-master

9999999-dev

Yii2 jquery-form asset

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

10/11 2017

v1.1.1

1.1.1.0

Yii2 jquery-form asset

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

29/10 2017

v1.1.0

1.1.0.0

Yii2 jquery-form asset

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

21/06 2017

v1.0.0

1.0.0.0

Yii2 jquery-form asset

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov