<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How can I remove an attribute from element ?]]></title><description><![CDATA[[[topic:post_is_deleted]]]]></description><link>http://community.bablosoft.com/topic/16722/how-can-i-remove-an-attribute-from-element</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 13:50:32 GMT</lastBuildDate><atom:link href="http://community.bablosoft.com/topic/16722.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Jun 2021 10:17:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can I remove an attribute from element ? on Mon, 14 Jun 2021 11:15:32 GMT]]></title><description><![CDATA[<p dir="auto">@Drunk said in <a href="/post/105197">How can I remove an attribute from element ?</a>:</p>
<blockquote>
<p dir="auto">Hello, I want to remove an attribute from element, Like this image <a href="https://imgur.com/a/km3f9y6" rel="nofollow ugc">https://imgur.com/a/km3f9y6</a> , I want to remove " disabled ", I tried to do it in java script, But I couldn't do it, I used this code ( document.getElementsByClassName('red-button-disabled').removeAttribute("disabled");<br />
But it didn't work and it gave me alot of errors like ( TypeError: document.getElementsByClassName(...).removeAttribute is not a function ), So please help me with that, Thanks.</p>
</blockquote>
<p dir="auto">Use the "<strong>Execute Javascript On Element</strong>" action on the required element, with the code:</p>
<pre><code>self.removeAttribute("disabled")
</code></pre>
]]></description><link>http://community.bablosoft.com/post/105206</link><guid isPermaLink="true">http://community.bablosoft.com/post/105206</guid><dc:creator><![CDATA[Fox]]></dc:creator><pubDate>Mon, 14 Jun 2021 11:15:32 GMT</pubDate></item></channel></rss>