asked on July 16, 2018
Hi all,
I'm trying to set a select but it doesn't work.
This is my code.
$('.cf-collection').change(function()
{
$('.rpx').each(function()
{
var x = $(this).find('#q10 input').val() ;
if(x == "valeur1')
{
$(this).find('#q11 select').value = '24' ;
}
});
});
Need your help please.
Regards
0
0