Borja
Results
2
comments of
Borja
I have the stop method like this and its working. ``` javascript $('#add_ub_btn').click(function(){ var l = Ladda.create(this); l.start(); $.ajax({ url: '...', type: "post", data: {.......}, success: function(){ ....... } }).always(...
I have the same problem as you. Any news?