<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: bdarab</title>
    <description>The latest articles on DEV Community by bdarab (@bdarab).</description>
    <link>https://dev.to/bdarab</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F633776%2F1717ee2d-9dcf-4dd7-b3bc-ad28768fce7b.jpeg</url>
      <title>DEV Community: bdarab</title>
      <link>https://dev.to/bdarab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bdarab"/>
    <language>en</language>
    <item>
      <title>Can't set a timeout for bootstrap alert in some cases</title>
      <dc:creator>bdarab</dc:creator>
      <pubDate>Mon, 31 May 2021 18:22:25 +0000</pubDate>
      <link>https://dev.to/bdarab/can-t-set-a-timeout-for-bootstrap-alert-in-some-cases-3pg4</link>
      <guid>https://dev.to/bdarab/can-t-set-a-timeout-for-bootstrap-alert-in-some-cases-3pg4</guid>
      <description>&lt;p&gt;Hi! I just added bootstrap alerts to my code, but when I try to set a time out for it to disappear, it messes up the whole page. my code is&lt;/p&gt;

</description>
    </item>
    <item>
      <title>JavaScript: The problem is that the code works, but only for a second</title>
      <dc:creator>bdarab</dc:creator>
      <pubDate>Fri, 28 May 2021 01:16:01 +0000</pubDate>
      <link>https://dev.to/bdarab/javascript-the-problem-is-that-the-code-works-but-only-for-a-second-2eif</link>
      <guid>https://dev.to/bdarab/javascript-the-problem-is-that-the-code-works-but-only-for-a-second-2eif</guid>
      <description>&lt;p&gt;The problem is that the code works, but only for a second! then immediately redirects to a page that supposed to be hidden! Since the code is long and in 3 files (index.html, app.js, style.css) I have pushed it to Github. This is a task list called "Forget it not", trying to make it a One-Page app with forms hidden with a class 'hide' defined CSS attribute as "display: none;". As I mentioned, it does work for a second but returns to a section that is supposed to be hidden. it removes the class from that section and puts it back on the "task" list, while the code is written on the contrary.&lt;br&gt;
&lt;a href="https://github.com/bdarab/forgetItNot"&gt;Github Link:&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>localstorage</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>Having problem targeting the text inside li</title>
      <dc:creator>bdarab</dc:creator>
      <pubDate>Wed, 19 May 2021 13:38:25 +0000</pubDate>
      <link>https://dev.to/bdarab/having-problem-targeting-the-text-inside-li-5chi</link>
      <guid>https://dev.to/bdarab/having-problem-targeting-the-text-inside-li-5chi</guid>
      <description>&lt;p&gt;I am having a problem to find a selector for the text inside my "li" to target with JavaScript. The problem is that I have a nested "span" element with two icons in my "li". That gives me a problem just to "li" to target it, since, it also covers the "span" with icons. What I am trying to do is add {text-decoration: 'line-through'} when the 'check' icon is clicked. and remove the text, when 'trash'icon is clicked. As I said, my problem is targeting the text within the "li" .&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
