DBMNG数据库管理与应用

所谓独创的能力,就是经过深思的模仿。
当前位置:首页 > 经验分享 > WEB

jquery监听inputtext内容的变化,兼容多种浏览器

<html>

<head>

<title>jquery监听input text内容的变化,兼容多种浏览器</title>

</head>

<body>

<span id="content">neirong</span>
<div>
<input type="yonghuming" id="yonghuming"/>
<script>$('#yonghuming').bind('input propertychange', function() {
    $('#content').html('共有'+$(this).val().length + ' 个字符');
});</script>

</body>

</html>

 

本站文章内容,部分来自于互联网,若侵犯了您的权益,请致邮件chuanghui423#sohu.com(请将#换为@)联系,我们会尽快核实后删除。
Copyright © 2006-2023 DBMNG.COM All Rights Reserved. Powered by DEVSOARTECH            豫ICP备11002312号-2

豫公网安备 41010502002439号