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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

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


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
*
#44613
Re:Form Checkbox - rotate if checkbox checked 11 Years, 2 Months ago Karma: 0
so far nothing...maybe I do something wrongly
please if You can look on the website
193.165.148.74/test_joomla3/index.php/test
the js is:
templates/protostar/js/form-conditions.js
The administrator has disabled public write access.
 
#44614
Re:Form Checkbox - rotate if checkbox checked 11 Years, 2 Months ago Karma: 760
Your code will executed only once when document is loaded if a radio button is selected and carousel is loaded otherwise it will do nothing.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44617
Re:Form Checkbox - rotate if checkbox checked 11 Years, 2 Months ago Karma: 0
oh yeeee...
it is true
now it is done ...you can look at it
Thank You a lot...I am very grateful
The administrator has disabled public write access.
 
#44666
Re:Form Checkbox - rotate if checkbox checked 11 Years, 2 Months ago Karma: 0
Helo,
now I am trying from other side...when will be click on picture make click on checkbox:

first way:
$('#acc_87.ari-cloud-carousel > div.ari-cloud-carousel-iwrapper > img.cloudcarousel:nth-child(1)').click(function () {
('#picture1').click();
})

second way:
$('#acc_87.ari-cloud-carousel > div.ari-cloud-carousel-iwrapper > img.cloudcarousel:nth-child(1)').click(function () {
if ($(this).hasClass('active')) {
('#picture1').click();
}
})

but nothing from that is functional
thank You for help
The administrator has disabled public write access.
 
#44669
Re:Form Checkbox - rotate if checkbox checked 11 Years, 2 Months ago Karma: 760
Use the same jQuery instance which is used for "ARI Cloud Carousel" module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44671
Re:Form Checkbox - rotate if checkbox checked 11 Years, 2 Months ago Karma: 0
SOLVED in another way:

$('#acc_87.ari-cloud-carousel > div.ari-cloud-carousel-iwrapper > img.cloudcarousel:nth-child(1)').click(function () {
$("#picture1").attr('checked', 'checked');;
})
Last Edit: 2013/09/25 09:40 By ZAJDAN.
The administrator has disabled public write access.
 
Go to topPage: 123