on jQuery i could just do $('#idOfSelectTag').val('so开发者_如何学编程meValue');
How to do the same in google closure?
The closest equivalent would be:
goog.dom.forms.setValue(
    goog.dom.getElement('idOfSelectTag'), 'someValue');
Thanks to Derek Slager from closure mailing list. The correct way :
goog.dom.forms.setValue(goog.dom.getElement('idOfSelectTag'),'someValue'); 
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论