# איך להגדיר אוטומטית את aria-expanded ל-true עבור קישורי פנימיים מצוטטים?

**URL:** https://meta.discourse.org/t/way-to-default-aria-expanded-true-for-quoted-internal-links/197835
**Category:** Support
**Created:** [22 ביולי,‏ 2021,‏ 7:44am UTC](https://meta.discourse.org/t/way-to-default-aria-expanded-true-for-quoted-internal-links/197835 "2021-07-22T07:44:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![versionz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/versionz/32/222473_2.png) [@versionz](https://meta.discourse.org/u/versionz)
#### Post date: [22 ביולי,‏ 2021,‏ 7:44am UTC](https://meta.discourse.org/t/way-to-default-aria-expanded-true-for-quoted-internal-links/197835/1 "2021-07-22T07:44:38Z")

</div>

I’d like to show the content of a quoted post (link) by default  
The expand arrow is a bit too subtle.

What methods do I have available to do this?  
Thanks

 ![quote post](https://global.discourse-cdn.com/meta/original/3X/2/3/2336061a208e04777c749514b87c114b8f69314d.png)

---

<div class="post-metadata">

### Author: ![cocococosti](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cocococosti/32/231474_2.png) [@cocococosti](https://meta.discourse.org/u/cocococosti)
#### Post date: [23 ביולי,‏ 2021,‏ 9:23pm UTC](https://meta.discourse.org/t/way-to-default-aria-expanded-true-for-quoted-internal-links/197835/2 "2021-07-23T21:23:54Z")

</div>

There may be a better solution and [we should try to avoid jquery](https://meta.discourse.org/t/using-jquery-once-its-removed-from-ember-discourse/177875/2), but this should work:

```plaintext
<script>
    $(document).ready(function(){ 
        jQuery(function(){
            jQuery('.quote-toggle').click();
        });
    }) 
</script>

```

---

<div class="post-metadata">

### Author: ![jrgong](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@jrgong](https://meta.discourse.org/u/jrgong)
#### Post date: [15 במאי,‏ 2025,‏ 2:18pm UTC](https://meta.discourse.org/t/way-to-default-aria-expanded-true-for-quoted-internal-links/197835/3 "2025-05-15T14:18:51Z")

</div>

האם יש דרך להשיג זאת ב-discordance 3.4.3?
