hernansartorio / hernansartorio/jquery-nice-select
update not working append with append
- Dominant language
- JavaScript
- Stars
- 955
- Forks
- 271
- PR merge metrics
- No merged PRs in 30d
Description
My project has a button that append select option in page im using jqueryniceselect in my project but When my select option is append niceselect not work this select option im update and refresh niceselect but not work.
` $('.passengers-info-box').append(outputrecord()); $(".nicslc").niceSelect('update');
$(".nicslc").niceSelect('refresh');`
` $(document).ready(function() {
$('select').niceSelect();
});
function outputrecord() {
str='';
str +='';
str +='Nothing';
str +='Some option';
str +='';
return str;
}
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.