nbuytaert1 / apex-select2

Select lists in Oracle APEX as they should be
https://apex.oracle.com/pls/apex/f?p=64237:20
GNU General Public License v2.0
56 stars 18 forks source link

Triggering change in the apex.jQuery ns when working with multiple jquery versions #38

Closed stijnvanraes closed 9 years ago

stijnvanraes commented 9 years ago

The select2 plugin triggers a change event on the source (hidden) item. But when working with different versions of jQuery on the page, the change event of apex.jQuery ns is not triggered and cascading selectlist do not work anymore. To fix this we can check if the versions of $ and apex.jQuery are different and still trigger the change event in the apex.jQuery ns.