Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Basic_Concepts/Callback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The basic syntax of Jquery is:

which

- The sign $ defines that we will work will work with jQuery.
- The sign $ defines that we will work with jQuery.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The $ sign defines that we will work with selectors in jQuery. It is known as the factory function.

- The selector that defines what will activate our action
- And the action of course that we wish to use. the best way to describe an action is to describe it as an special function that comes from jQuery and interacts with an element of our code.

Expand Down Expand Up @@ -80,4 +80,4 @@ Inside the function, the arguments behave as local variables.
- [Twitter](https://twitter.com/bucky_roberts)
- [Google+](https://plus.google.com/+BuckyRoberts)
- [reddit](https://www.reddit.com/r/thenewboston/)
> Written with [StackEdit](https://stackedit.io/).
> Written with [StackEdit](https://stackedit.io/).