Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kos-v/yii2-jquery-fix-clone

Asset extension for fix $.clone() method
https://github.com/kos-v/yii2-jquery-fix-clone

Last synced: 9 days ago
JSON representation

Asset extension for fix $.clone() method

Awesome Lists containing this project

README

        

Yii2 Jquery Fix Clone
===
This is adaptation [jquery.fix.clone.js](https://github.com/spencertipping/jquery.fix.clone) for Yii2.

Installation
------------------------------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

#### 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`.