Elorfin
Elorfin

Reputation: 2497

symfony 1.4x and sfjQueryPlugin

I want to install sfJQueryReloadedPlugin in my project. I have read on the official site that is the plugin will replace sfJQueryPlugin (which doesn't work with the most recent versions of symfony).

But I have an error : it tells me this plugin isn't support by symfony 1.4 and it's a plugin to symfony 1.0.

So I want to know if there are the same plugin for symfony 1.4 ?

Upvotes: 0

Views: 401

Answers (1)

johnwards
johnwards

Reputation: 1901

If you download the archive, unzip it into your plugins directory and enable it in your project configuration you will be able to use it fine.

http://plugins.symfony-project.org/get/sfJqueryReloadedPlugin/sfJqueryReloadedPlugin-1.4.1.tgz

Upvotes: 1

Related Questions