{"id":6530,"date":"2024-10-01T12:32:10","date_gmt":"2024-10-01T03:32:10","guid":{"rendered":"https:\/\/taitan916.info\/blog\/?p=6530"},"modified":"2024-06-28T15:14:32","modified_gmt":"2024-06-28T06:14:32","slug":"post-6530","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/6530","title":{"rendered":"JavaScript \/ jQuery\u3067\u3007\u756a\u76ee\u3001\u6700\u521d\u3001\u6700\u5f8c\u306e\u8981\u7d20\u3092\u6307\u5b9a\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>jQuery\u3067\u30ea\u30b9\u30c8\u30bf\u30b0(&lt;li&gt;)\u306e\u3007\u756a\u76ee\u3001\u6700\u521d\u3001\u6700\u5f8c\u306e\u8981\u7d20\u3092\u6307\u5b9a\u3057\u3001\u4f55\u3089\u304b\u306e\u51e6\u7406\u3092\u884c\u3044\u305f\u3044\u3002\u307e\u305f\u3001\u305b\u3063\u304b\u304f\u306a\u306e\u3067JavaScript\u3067\u3082\u540c\u3058\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u8abf\u3079\u3066\u304a\u304d\u305f\u3044\u3002\u4ee5\u4e0b\u306b\u5bfe\u5fdc\u65b9\u6cd5\u3092\u30e1\u30e2\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u5bfe\u5fdc\u65b9\u6cd5<\/h2>\n<h3>\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;ul&gt;\r\n    &lt;li&gt;1&lt;\/li&gt;\r\n    &lt;li&gt;2&lt;\/li&gt;\r\n    &lt;li&gt;3&lt;\/li&gt;\r\n    &lt;li&gt;4&lt;\/li&gt;\r\n    &lt;li&gt;5&lt;\/li&gt;\r\n&lt;\/ul&gt;\r\n&lt;script type=\"text\/javascript\" src=\"https:\/\/code.jquery.com\/jquery-3.7.1.min.js\"&gt;&lt;\/script&gt;\r\n&lt;script&gt;\r\n$(function(){\r\n    console.log($(`li`).eq(2).html()); \/\/3\r\n    console.log($(`li:first`).html()); \/\/1\r\n    console.log($(`li:last`).html()); \/\/5\r\n});\r\n\r\nconsole.log(document.querySelector(`ul`).children[2].innerHTML); \/\/3\r\nconsole.log(document.querySelector(`ul`).firstElementChild.innerHTML); \/\/1\r\nconsole.log(document.querySelector(`ul`).lastElementChild.innerHTML); \/\/5\r\n&lt;\/script&gt;<\/pre>\n<p>jQuery\u306eeq()\u3084JavaScript\u306echildren[]\u306f0\u756a\u76ee\u304b\u3089\u30ab\u30a6\u30f3\u30c8\u3059\u308b\u70b9\u306b\u6ce8\u610f\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9<\/h2>\n<h3>.eq()<\/h3>\n<p><a href=\"https:\/\/api.jquery.com\/eq\/\" target=\"_blank\" rel=\"noopener\">https:\/\/api.jquery.com\/eq\/<\/a><\/p>\n<h3>Element: children \u30d7\u30ed\u30d1\u30c6\u30a3<\/h3>\n<p><a href=\"https:\/\/developer.mozilla.org\/ja\/docs\/Web\/API\/Element\/children\" target=\"_blank\" rel=\"noopener\">https:\/\/developer.mozilla.org\/ja\/docs\/Web\/API\/Element\/children<\/a><\/p>\n<h3>Element: firstElementChild \u30d7\u30ed\u30d1\u30c6\u30a3<\/h3>\n<p><a href=\"https:\/\/developer.mozilla.org\/ja\/docs\/Web\/API\/Element\/firstElementChild\" target=\"_blank\" rel=\"noopener\">https:\/\/developer.mozilla.org\/ja\/docs\/Web\/API\/Element\/firstElementChild<\/a><\/p>\n<h3>Element: lastElementChild \u30d7\u30ed\u30d1\u30c6\u30a3<\/h3>\n<p><a href=\"https:\/\/developer.mozilla.org\/ja\/docs\/Web\/API\/Element\/lastElementChild\" target=\"_blank\" rel=\"noopener\">https:\/\/developer.mozilla.org\/ja\/docs\/Web\/API\/Element\/lastElementChild<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>jQuery\u3067\u30ea\u30b9\u30c8\u30bf\u30b0(&lt;li&gt;)\u306e\u3007\u756a\u76ee\u3001\u6700\u521d\u3001\u6700\u5f8c\u306e\u8981\u7d20\u3092\u6307\u5b9a ... <\/p>\n","protected":false},"author":1,"featured_media":1071,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[3,4],"tags":[],"class_list":["post-6530","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-jquery","category-javascript"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/6530","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/comments?post=6530"}],"version-history":[{"count":1,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/6530\/revisions"}],"predecessor-version":[{"id":6531,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/6530\/revisions\/6531"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media\/1071"}],"wp:attachment":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media?parent=6530"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=6530"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=6530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}