JQuery error .live() not a function

Hello,
I have an app created and running with yii 1.1.21, today I’m testing with PHP 7.

I have a problem with jQuery, in the asset folder, it looks like they download 1.11 jQuery Version.
But I think that the FW is using one older.

When is this “asset” folder created?
And how can I force to been created with another version of jQuery ?

Best Regards.

I found thta this extension, uses that function in JQuery,

$this->widget( ‘ext.EUpdateDialog.EUpdateDialog’ , array(

                'dialogOptions' => array("minWidth" => 300, 'width' => 400),

                ));

Check i f this will help
https://www.yiiframework.com/extension/eupdatedialog#c19220

1 Like