Question: Which is the correct syntax to create a function that uses jQuery? a. $(function) name() { } b. $.function name() { } c. function name()

Which is the correct syntax to create a function that uses jQuery?

a. $(function) name() {
}
b. $.function name() {
}
c. function name() {
}
d. $(name()).function {
}

Step by Step Solution

3.34 Rating (166 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

c f... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related JavaScript Questions!