jQuery should interoperate with other calls to addEventListener. However, UltButtons fails to propagate change events in this case. Here is an example application which has this problem: http://web.mit.edu/~ezyang/Public/ult/ult.html
To see the problem, open up a JS console and click on the buttons. You should see console messages for each click. Now, trigger the jQuery drag bug (click, drag by a few pixels, and release). You should see the appropriate button depress, but you will not see a console message (you may need to try a few times).
jQuery should interoperate with other calls to addEventListener. However, UltButtons fails to propagate change events in this case. Here is an example application which has this problem: http://web.mit.edu/~ezyang/Public/ult/ult.html
To see the problem, open up a JS console and click on the buttons. You should see console messages for each click. Now, trigger the jQuery drag bug (click, drag by a few pixels, and release). You should see the appropriate button depress, but you will not see a console message (you may need to try a few times).