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
The second paragraph of this section starts with "Additionally the jQuery utility method $.trim() is USED ABOVE to remove any leading or trailing empty space characters FROM THE USER INPUT"
There is only one example line of code above of that and it doesn't use $.trim() nor does it manipulate any user input. This sentence probably used to reference some example code that has later been removed.
While the important concepts being conveyed are clear enough, this may be confusing to some readers.
The text was updated successfully, but these errors were encountered:
AurelioDeRosa
added a commit
to AurelioDeRosa/learn.jquery.com
that referenced
this issue
Jul 7, 2014
http://learn.jquery.com/plugins/basic-plugin-creation/#how-jquery-works-101-jquery-object-methods-and-utility-methods
The second paragraph of this section starts with "Additionally the jQuery utility method $.trim() is USED ABOVE to remove any leading or trailing empty space characters FROM THE USER INPUT"
There is only one example line of code above of that and it doesn't use $.trim() nor does it manipulate any user input. This sentence probably used to reference some example code that has later been removed.
While the important concepts being conveyed are clear enough, this may be confusing to some readers.
The text was updated successfully, but these errors were encountered: