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.
- Host: GitHub
- URL: https://github.com/omergulcicek/radio-show-hide
- Owner: omergulcicek
- Created: 2021-06-15T09:08:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T21:40:56.000Z (over 4 years ago)
- Last Synced: 2025-01-24T08:31:02.717Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.