Tsui Jie

Results 3 comments of Tsui Jie

current version is not compatible with jquery 3.*, any workaround?

I'm having the same issue, would love to know how exactly did you do to solve this problem, :) ![image](https://cloud.githubusercontent.com/assets/5970965/7830450/f396b6f4-047f-11e5-9847-a15762fa02bf.png)

Try this: ``` $ ( '# SuivreGeo'). Change (function () { if ($(this).attr('disabled) == 'disabled') return false; $(this).attr('disabled', 'disabled'); $.ajax({ ... }).complete(function () { $(this).removeAttr('disabled') }) }) ```