Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 539 Bytes

Yii2 Jquery Fix Clone

This is adaptation jquery.fix.clone.js for Yii2.

Installation

The preferred way to install this extension is through composer.

Install With Composer

Run

php composer.phar require kosv/yii2-jquery-fix-clone "~1.0"

Or, you may add

"kosv/yii2-jquery-fix-clone": "~1.0"

to the require section of your composer.json file and execute php composer.phar update.