python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to obtain user ids via checked checkboxes and send with Form submission
I have created a JSFiddle https://jsfiddle.net/cga_2019/ubjcx6ms/41/ representing users and their ids. I am using Tabulator with StimulusJS in a Rails 7 application.
I would like to ultimately grab us...
Chris
Votes: 0
Answers: 1
stimulus controller in Rails 6 app not updating
Working through a tutorial and I am missing something. There is a stimulus controller that is being developed to show/hide some content. The first task was just to console.log out the word "Cli...
Rockwell Rice
Votes: 0
Answers: 0
Rails 7 importmap leaflet-css images path fix?
What I'd like to do:
I would like to have a leaflet layers control in my Rails 7 app.
What I get:
Leaflet works fine, but the control appears without the icon, like this:
and in the browser console I...
Morten Grum
Votes: 0
Answers: 3
EventListener added to parent div, but event.target becomes children element if clicked on
I'm working with card shaped divs that I need to be clickable. I'm using JS (stimulusJS) to add an EventListener to them so when the user clicks on the card, the event listener is fired adding some CS...
pinkfloyd90
Votes: 0
Answers: 0