list - JQuery Minus Plugin -
i´m searching jquery plugin shows me values in list , lets me delete list again.
already searched lot in google, haven´t found anything.
any ideas?
append list:
$('#yourselectlist').append('<option value="55">a title</option>');
delete value:
$('#yourselectlist option[value="55"]').remove();
or did else?
Comments
Post a Comment