28/09
2015
A pack with a lot of JavaScript things for PHP.
A pack with a lot of JavaScript things for PHP., (*1)
composer require carlohcs/javascript
The main package use bootstrap., (*2)
This main package is adaptable to Bootstrap 3.3.5., (*3)
You can use Bootstrap CDN or download it:, (*4)
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
This scripts is not necessary to general purposes, but, is necessary if you will manipulate some component., (*5)
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>