/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script src="http://www.google.com/jsapi"></script> <script> google.load("jquery", "1"); google.setOnLoadCallback(function() { $('#idofobject').html('htmltoinsert'); }); </script>