icheck icon indicating copy to clipboard operation
icheck copied to clipboard

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

Open RenukaB30 opened this issue 10 years ago • 0 comments

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);

RenukaB30 avatar Mar 22 '16 12:03 RenukaB30