You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the jquery version of your script, isLoading returns the button object instead of a boolean loading state value. The normal javascript version works just fine.
Reproduce with:
// Create a new instance of ladda for the specified buttonvarl=$('.my-button').ladda();// Check the current statel.ladda('isLoading');
The text was updated successfully, but these errors were encountered:
The jQuery portion of this library is no longer being maintained, and the plan is to remove it in the next major version of Ladda. I recommend that you use the normal JavaScript API instead.
The jQuery portion of this library is no longer being maintained, and the plan is to remove it in the next major version of Ladda.
If it is not maintained, you should at least mention in the documentation that this particular method does not work, mark the jQuery part of the documentation as unmaintained or remove it completely so people will use the normal API right away.
When using the jquery version of your script,
isLoading
returns the button object instead of a boolean loading state value. The normal javascript version works just fine.Reproduce with:
The text was updated successfully, but these errors were encountered: