2017 © Pedro Peláez
 

symfony-bundle jquery-plus-bundle

Bundle for Symfony2 containing often used jquery plugins

image

ner0tic/jquery-plus-bundle

Bundle for Symfony2 containing often used jquery plugins

  • Sunday, September 30, 2012
  • by ner0tic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

jQuery Plus Bundle for Symfony 2.1

Current Version

  • jQuery 1.8.2
  • JQuery-ui 1.8.23
  • Select2 3.2
  • GMaps 1.0

Installation

Add bundle to your composer.json file

``` js // composer.json, (*1)

{ "require": { // ... "ner0tic/jquery-plus-bundle": "1.0.0" } }, (*2)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Ner0tic\JQueryPlusBundle\Ner0ticJQueryPlusBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update ner0tic/jquery-plus-bundle, (*3)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ php app/console assets:install web --symlink # drop the symlink flag to create copies instead

Usage

Twig

html <script type="text/javascript" src="{{ asset('bundles/ner0ticjqueryplus/js/jquery.min.js') }}"></script> <script type="text/javascript" src="{{ asset('bundles/ner0ticjqueryplus/js/jquery-ui.min.js') }}"></script> <script type="text/javascript" src="{{ asset('bundles/ner0ticjqueryplus/js/select2.js') }}"></script> <script type="text/javascript" src="{{ asset('bundles/ner0ticjqueryplus/js/gmaps.js') }}"></script>, (*4)

The Versions

30/09 2012

1.0.2

1.0.2.0 http://jquery.com/

Bundle for Symfony2 containing often used jquery plugins

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript jquery-ui

30/09 2012

dev-master

9999999-dev http://jquery.com/

Bundle for Symfony2 containing often used jquery plugins

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript jquery-ui

30/09 2012

1.0.1

1.0.1.0 http://jquery.com/

Bundle for Symfony2 containing often used jquery plugins

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript jquery-ui

29/09 2012

1.0.0

1.0.0.0 http://jquery.com/

Bundle for Symfony2 containing often used jquery plugins

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript jquery-ui