drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.39k stars 1.63k forks source link

icheck is not applied when i insert the radio button inside of jquery #326

Open RenukaB30 opened 8 years ago

RenukaB30 commented 8 years ago

icheck is not applied when i insert the radio inside of jquery my code:

var txtnumber = $('') .addClass('btn btn-small-txt') .prop('type', 'radio');

$('#add').append(txtnumber);