jquery multiple ids same function

前端 未结 6 612
一整个雨季
一整个雨季 2020-12-29 20:57

I have a table that has a date input




        
6条回答
  •  悲&欢浪女
    2020-12-29 21:42

    The best way is to use a class:

    
    
    
    
    
    
    

    but you can also use this:

    
    
    
    
    
    
    
    

    The second approach is not advised.

提交回复
热议问题