{"html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhop-head.hatenadiary.org%2Fentry%2F20130925%2F1379937474\" title=\"jQuery5 - WEB\u5236\u4f5c \u52c9\u5f37\u30ed\u30b0 | WEB LOG\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","published":"2013-09-25 20:57:54","version":"1.0","provider_name":"Hatena Blog","url":"https://hop-head.hatenadiary.org/entry/20130925/1379937474","blog_title":"WEB\u5236\u4f5c \u52c9\u5f37\u30ed\u30b0 | WEB LOG","provider_url":"https://hatena.blog","height":"190","width":"100%","author_url":"https://blog.hatena.ne.jp/hop_head/","image_url":null,"categories":["JS"],"author_name":"hop_head","title":"jQuery5","blog_url":"https://hop-head.hatenadiary.org/","type":"rich","description":"Attributes attr(name) \u5c5e\u6027\u306e\u5024\u3092\u8fd4\u3059 <div id=\"test\" class=\"test\"></div> $(function(){ $('#test').attr('class');//test\u3092\u8fd4\u3059 }) attr(key,value) \u5c5e\u6027\u540d\u3068\u3001\u5024\u3092\u6307\u5b9a\u3057\u3001\u8981\u7d20\u306b\u8a2d\u5b9a\u3059\u308b <div class=\"test\"></div> $(function(){ $('#test').attr('id','test');//id=\"test\"\u304c\u8a2d\u5b9a\u3055\u308c\u308b }) \u8907\u6570\u6307\u5b9a\u306e\u5834\u5408\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u8a2d\u5b9a\u3059\u308b $(function(){ $('#test').attr({ id : 'te\u2026"}