Jump to content

Load Jquery Plugin from Module?


grosseskino
 Share

Recommended Posts

Hi!

 

I'm trying to use Jquery-Plugin Chosen in one of my modules.

 

This does nothing:

public function setMedia(){
        $this->addJquery();
        $this->addJqueryPlugin('chosen');
}

This works:

public function hookHeader($params)
{
         $this->context->controller->addJqueryPlugin('chosen');
}

Shouldn't the setMedia method work also?
             

 

 

 

Found the above code here:

http://doc.prestashop.com/display/PS16/Using+jQuery+and+jQueryUI

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More