Blogger Information
Blog 28
fans 0
comment 2
visits 52017
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
select 中 option 选中元素
耶和华信徒的博客
Original
1021 people have browsed it
<script>
   //==================== 搜索框选中事件 ==================
    $(function(){
        $("select[name='option']").change(function () {
            //select 中option的值获取方法;$("option:selected")是重点
            $("input[name='search']").attr('placeholder',$("option:selected").text());
        })
    })
</script>


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post