Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.

  • 09/11/2023 "ARI Image Slider" is ready for Joomla! 5

    Popular photo slider "ARI Image Slider" Joomla! extension supports Joomla! 3/4/5 and PHP 8.2+.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Joomla 4.0 - Uncaught TypeError: e.index
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Joomla 4.0 - Uncaught TypeError: e.index
#68103
Joomla 4.0 - Uncaught TypeError: e.index 2 Years, 3 Months ago Karma: 0
In class.ImageSlider.php Line 87 has to be changed to new syntax from:

$(window).load(function(){...});

to

$(window).on('load', function(){ ...});


Could you fix this?

Thanks in advance.

JayTee75

--
Code:


...
                $doc->addScriptDeclaration(
                        sprintf('%3$s function() { var $ = window.jQueryNivoSlider || jQuery; var opts = %2$s;%4$s $("#%1$s").nivoSlider(opts); });',
                                $id,
                                $clientParams ? json_encode($clientParams) : '{}',
                                $loadMethod == 'load' ? "jQuery(window).on('load'," : 'jQuery(document).ready',
...

The administrator has disabled public write access.
 
Go to topPage: 1