http://code.google.com/p/opensocial-jquery/wiki/PluginAutoHeight
Edit the src attribute in the script tag to point to your copy of opensocial-jquery.autoHeight.js. Inside the ready event, add the autoHeight method to window object:
<script type="text/javascript" src="opensocial-jquery.js"></script>
<script type="text/javascript" src="opensocial-jquery.autoHeight.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(window).autoHeight();
});
</script>
Featured VideoDownloads
You can download it from the featured downloads list.
http://code.google.com/p/opensocial-jquery/downloads/list
0 件のコメント:
コメントを投稿