Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kos-v/yii2-jquery-fix-clone
- Owner: kos-v
- License: mit
- Created: 2018-12-01T23:53:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T13:31:44.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T18:48:53.516Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.