JQ 实现监测input中值的变化并绑定到另个input

     

                $('#input').bind('input propertychange', function () {
                    $('#myDiv').html($(this).val());
                });

posted @ 2018-06-28 11:16  baobaoMaster  阅读(635)  评论(0编辑  收藏  举报