An open API service indexing awesome lists of open source software.

https://github.com/omergulcicek/radio-show-hide

Radio butonlarda bir seçeneğe tıklandığında, sayfada bir içerik gösterilecekse kullanılır.
https://github.com/omergulcicek/radio-show-hide

Last synced: 7 months ago
JSON representation

Radio butonlarda bir seçeneğe tıklandığında, sayfada bir içerik gösterilecekse kullanılır.

Awesome Lists containing this project

README

          

# Radio Show Hide

Radio butonlarda bir seçeneğe tıklandığında, sayfada bir içerik gösterilecekse kullanılır.

## Kullanımı

```js
radioShowHide("child", "childHave", "childCountWrap")
```

`child` name attribute'üne sahip radio butonlarda, `childHave` id'sine sahip radio seçildiyse `childCountWrap` id'sine sahip div gösterilir.

`childHave` id'sine sahip olmayan diğer radio butonlarına tıklanırsa `childCountWrap` id'li div gizlenir.

---

**NOT**: Proje CSS içermez.