|
Title: Howto add items to a combobox dynamically? Post by: ejzhang on March 18, 2015, 06:34:32 PM I want to add items to a combobox dynamically many times in scripts, and keep the items before added.
How can i do? thanks very much! Title: Re: Howto add items to a combobox dynamically? Post by: stworthy on March 18, 2015, 08:36:50 PM Please extend an 'appendItem' method to achieve this functionality.
Code: $.extend($.fn.combobox.methods, {Usage example: Code: $('#cc').combobox('appendItem', { |