<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:hatena="http://www.hatena.ne.jp/info/xmlns#"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
>

<channel rdf:about="https://b.hatena.ne.jp/entry/s/javascript.programmer-reference.com/js-readonly/">
<title>&#x306F;&#x3066;&#x306A;&#x30D6;&#x30C3;&#x30AF;&#x30DE;&#x30FC;&#x30AF; - [JavaScript] &#x30C6;&#x30AD;&#x30B9;&#x30C8;&#x30DC;&#x30C3;&#x30AF;&#x30B9;&#x3092;&#x8AAD;&#x307F;&#x53D6;&#x308A;&#x5C02;&#x7528;&#x306B;&#x3059;&#x308B; &#x2013; &#x30B3;&#x30D4;&#x30DA;&#x3067;&#x4F7F;&#x3048;&#x308B; JavaScript&#x9006;&#x5F15;&#x304D;&#x30EA;&#x30D5;&#x30A1;&#x30EC;&#x30F3;&#x30B9;</title>
<link>https://b.hatena.ne.jp/entry/s/javascript.programmer-reference.com/js-readonly/</link>
<description>function changeReadOnly(){ var obj = document.getElementById(&#x22;txt1&#x22;); if(obj.readOnly == true){ obj.readOnly = false; //readonly&#x3092;&#x89E3;&#x9664; }else{ obj.readOnly = true; //readonly&#x306B;&#x8A2D;&#x5B9A; } }</description>
<items>
 <rdf:Seq>
 </rdf:Seq>
</items>
</channel>
</rdf:RDF>