<a ></a>

2.实时监听input

[javascript] view plaincopy
  1. $('#inputID').bind('input propertychange'function() {  
  2.    alert($('#inputID').val());  
  3. });  

版权声明:本文博主原创文章。博客,未经同意不得转载。

相关文章:

  • 2021-12-02
  • 2022-12-23
  • 2021-08-26
  • 2021-12-23
  • 2022-12-23
  • 2021-08-10
  • 2022-01-18
  • 2021-12-04
猜你喜欢
  • 2021-08-03
  • 2022-02-22
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-12-25
相关资源
相似解决方案