My hunch is really a jquery-prototype conflict, just try using jquery.noConflict () where possible. What I always do, I order js files. First, I import all the prototype files, put the noConflict file, then import all the jquery files, or vice versa. This can avoid many problems ... If the problem is not resolved after that, you can eliminate the conflict and start debugging ...
source
share