Simple Modal issues - Multiples, Disappearing Content

后端 未结 3 1453
既然无缘
既然无缘 2021-01-27 15:55

I\'m a jQuery newbie and have rigged Simple Modal to allow me to have more than one modal on a page by doing this in my script:

$(\'input.basic, a.basic\').click(f

3条回答
  •  不知归路
    2021-01-27 16:34

    A solution that requires less markup is to use a single modal "window." See the following example:

    
    
    
    
     
     Simple Modal Demo
     
     
     
    
     
    
    
     

    Login Required Link

    Login Required Link

    Login Required Link

    http://example.com/

提交回复
热议问题