jsp select option回显

版权声明: https://blog.csdn.net/qq_37185081/article/details/82012717

要写这段代码的时候,完全想不起来怎么写,还是看了以前的代码,才想起来。

$(function(){
    var str='<s:property value="#request.aaa.aaa"/>';
    $(".values option[value='"+str+"']").attr("selected","selected");
    if($(".values option:selected").val()==1){
        $(".hideAndShow").hide();
    }

});

猜你喜欢

转载自blog.csdn.net/qq_37185081/article/details/82012717