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

     

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

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