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


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 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.


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?

Form Checkbox - rotate if checkbox checked
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Form Checkbox - rotate if checkbox checked
*
#44566
Form Checkbox - rotate if checkbox checked 10 Years, 6 Months ago Karma: 0
Helo,
I have the idea:
make a form, where will be used checkbox. If chceckbox will be checked, carousel will rotate to selected picture which will be mapped to the chceckbox. Is it somehow possible?
thanx
The administrator has disabled public write access.
 
#44571
Re:Form Checkbox - rotate if checkbox checked 10 Years, 6 Months ago Karma: 746
Hello,

It can be done as a custom development.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44585
Re:Form Checkbox - rotate if checkbox checked 10 Years, 6 Months ago Karma: 0
ok...
I attempt but so far unsuccessfully:

if ($("#myCheck").is(":checked")) {
$('#acc_174 > div:nth-child(1) > img:nth-child(1)').click();
}
The administrator has disabled public write access.
 
#44594
Re:Form Checkbox - rotate if checkbox checked 10 Years, 6 Months ago Karma: 746
Where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44611
Re:Form Checkbox - rotate if checkbox checked 10 Years, 6 Months ago Karma: 0
Ok...for this case I have made test website:
193.165.148.74/test_joomla3/index.php/test

where I use:

Code:

$( document ).ready(function() {
if ($("#picture1").is(":checked")) { $('#acc_87.ari-cloud-carousel  > div.ari-cloud-carousel-iwrapper > img.cloudcarousel:nth-child(2)').click();  };
});

Last Edit: 2013/09/23 11:45 By ZAJDAN.
The administrator has disabled public write access.
 
#44612
Re:Form Checkbox - rotate if checkbox checked 10 Years, 6 Months ago Karma: 746
Use the following javascript code to emulate click by a carousel image:

Code:


(window["jQueryCloudCarousel "] || jQuery)('#acc_87.ari-cloud-carousel  > div.ari-cloud-carousel-iwrapper > img.cloudcarousel:nth-child(2)').click();



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123