/ Published in: JavaScript
Expand |
Embed | Plain Text
<script src="http://www.google.com/jsapi"></script> <script> google.load("jquery", "1"); google.setOnLoadCallback(function() { $('#idofobject').html('htmltoinsert'); }); </script>
You need to login to post a comment.
