/ Published in: jQuery
Howto Remove Skype Plugin Markup with jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" language="javascript"></script> <script language="javascript"> $(document).ready(function() { window.setTimeout(function() { $('.skype_pnh_container').html(''); $('.skype_pnh_print_container').removeClass('skype_pnh_print_container'); }, 800); }); </script>
URL: http://www.petefreitag.com/item/751.cfm