/ Published in: JavaScript
Expand |
Embed | Plain Text
<script type="text/javascript" src="http://www.google.com/jsapi"> </script> <script type="text/javascript"> google.load("jquery", "1.4.2"); (function($){ $.fn.myPlugin = function(){ this.each(function(){ }); return $(this); } })(jQuery); </script>
You need to login to post a comment.
