SimpleModal modal contents does not appear once closed and then reopened
there is a issue with my SimpleModal, i.e. if it is closed once and reopened again the contents does not appear in the modal.
you can have a look at n开发者_开发问答itinkabra.com/baldevgroup/contact.html, the contact us button on the bottom of page..
I think you need to reload your cufón every time you open.
Cufon.replace('h1, h2',{fontFamily: 'StackOverflow'});
Cufon.replace('h3', { fontFamily: 'StackOverflow Light'});
精彩评论