Tuesday, May 20, 2014

Set selected option of select box

$(function() {
    $("#demo").val('hello');
});

No comments:

Post a Comment