I don't know if this should even be fixed, but I do want to make record of it.
I have a select, it has a simple onchange, which is to alter the disabled property of another input. Specifically,Code: [Select]
The nested quote mark causes issues, but as I said, I'm not sure this necessarily needs a fix - doing something like this is not what you would necessarily call common.
I have a select, it has a simple onchange, which is to alter the disabled property of another input. Specifically,
onchange="$(\'input[name=\"infraction_duration_number\"]\').dostuff();"The nested quote mark causes issues, but as I said, I'm not sure this necessarily needs a fix - doing something like this is not what you would necessarily call common.



