Skip to content

Instantly share code, notes, and snippets.

@megane9988
Created June 8, 2013 12:33
Show Gist options
  • Save megane9988/5735027 to your computer and use it in GitHub Desktop.
Save megane9988/5735027 to your computer and use it in GitHub Desktop.
jqueryAutoHeight.jsを利用するときに書くの
<script src="<?php echo get_template_directory_uri(); ?>/js/jquery.js" type="text/javascript"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/jqueryAutoHeight.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(new function() {
setTimeout(function(){
$(function(){
$(".newspost").tile();
});
}, 100);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment