Why does an AddThis widget not work if included inside a jQuery modal dialog?

You can use AddThis JavaScript API to render buttons or toolboxes. Reference: http://www.addthis.com/help/client-api#rendering-js.

To this problem I have found two solutions. The first is to use getScript, to reload the addthis js script everytime the modal dialog (or another div) is opened, but this will create extra loading. The other solution is to simply not to let any of the divs containing the addthis code be hidden at any time (i.e.

Display:none), but instead hide it from the screen with . Animate({marginTop:'-200px'}, 0);, . Css or another method with a similar result (and of course give the html, body or a containing div a css attribute with overflow:hidden).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions