<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script> ? ? $(document).ready(function(){ ? ? ? ? $('#search-input').bind('keyup',function(){ ? ? ? ? ? ? $('#search-suggest').show(); ? ? ? ? }) ? ? }) </script>
為什么我的效果不出來?
hudy
2016-03-25 14:47:06