Dynamic controlgroup and checkboxes unstyled

后端 未结 6 1261
走了就别回头了
走了就别回头了 2020-11-27 22:03

So I\'m trying to load dynamic content straight into my checkbox container (group_checkboxes)

6条回答
  •  自闭症患者
    2020-11-27 22:43

            
        
        
            checkbox
            
            
            
            
        
        
        

    checkbox

    It works just ones for me. Any idea why?

    The Answer for me is:

    $("input[type='checkbox']").checkboxradio();
    

提交回复
热议问题