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.
Class Members
See also:
Class modalDialog© West Wind Technologies, 1996-2016 • Updated: 10/21/08
Comment or report problem with topic