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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -