jslider
jslider copied to clipboard
Elements IDs with underscores in name don't work
I have an input with id "party_size". If I try to make a slider use that ID, it renders, but none of the javascript like dragging, etc don't work. If I change the ID to "partysize", everything works fine.
Are you sure it's the ID? The only code I can see interfering with this is the stuff to do with classes.
pretty sure, ya. Though, I stopped using it so cannot go back and double check it now.