I have an unordered list with some objects, when you click <li>, the list is minimized, and when you click it again, it will expand. I use the jQuery API on Accordion , the problem is that my checkbox inside mine is <li>not working. It’s impossible for me to make it work, and there are no “layers” on it.
I tried to check the box position:absolute; z-index: 1000000000, but with no result. I also tried to create functions that would update the value on click, but in the same place. Bad luck...
A flag that does not work is located next to the text "Publicera:"
See my JSFiddle , why won't jQuery user interface be installed?
source
share