Adds an item to a listbox or dropdown. This function should be applied only to select elements.

$.fn.listAddItem = function(text, value)

text
The text to be added to the list

value
The value of the item added. If not specified the value will be the same as the text.