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 calling $(element).prettyCheckable();, the return value is undefined. It would be nice if it returned the element to allow for method chaining. That would allow something like:
When calling
$(element).prettyCheckable();
, the return value is undefined. It would be nice if it returned the element to allow for method chaining. That would allow something like:Instead of:
The text was updated successfully, but these errors were encountered: