Skip to content

Instantly share code, notes, and snippets.

@okuden-labo
Created March 19, 2015 03:37
Show Gist options
  • Save okuden-labo/9fac42fb90b7e70f70ac to your computer and use it in GitHub Desktop.
Save okuden-labo/9fac42fb90b7e70f70ac to your computer and use it in GitHub Desktop.
jQueryで要素の数を数える
$(document).ready(function() {
$("p").size();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment