lavoiesl / jQueryBundle

Symfony jQuery Bundle

Home Page:http://jquery.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony 2 jQuery Bundle

Current Version

jQuery 1.7.2 jQuery UI 1.8.21

Installation

Add bundle in your composer.json

{
    "require": {
        "lavoiesl/jquery-bundle": "*"
    }
}

Add bundle to your application kernel

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new LavoieSl\jQueryBundle\LavoieSljQueryBundle(),
        // ...
    );
}

Licenses

Refer to the source code of the included files for license information

References

About

Symfony jQuery Bundle

http://jquery.com


Languages

Language:JavaScript 100.0%Language:PHP 0.0%