Open lolaalol opened 9 years ago
airlineHtml += 'div class="checkbox"'; airlineHtml += 'label'; airlineHtml += 'input class="i-check" name="airlines" value="'+mydata[i].carrier+'" type="checkbox" />Mytext'; airlineHtml += '/label'; airlineHtml += '/div';
$('#airlineBlock').html(airlineHtml); $('#airlineBlock input').iCheck();
I get invisible checkbox with this code
Hello,
I have the same problem, did you find the solution ?
Have you tried this http://stackoverflow.com/a/24310308/2768482
airlineHtml += 'div class="checkbox"'; airlineHtml += 'label'; airlineHtml += 'input class="i-check" name="airlines" value="'+mydata[i].carrier+'" type="checkbox" />Mytext'; airlineHtml += '/label'; airlineHtml += '/div';
$('#airlineBlock').html(airlineHtml); $('#airlineBlock input').iCheck();
I get invisible checkbox with this code