Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Need Help with a share plugin i’m creating

Without seeing your javascript, hard to comment. But if you’re doing anything like jQuery(‘#something’).click( function() { … } ), use jQuery(‘#something’).live( ‘click’, function() { … } ) instead.

Skip to toolbar