Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Cat Exam

Start a Blog

Develop Your Skill

Develop Your Skill



Develop Your Skill

 :) Latest Topic
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
 leftlink
 :) Hot Jobs
 
 :) Latest Articles


  

 


What are the Functions in jquery and its type
Question Posted on 28 Apr 2016

Home >> WEB >> JQuery >> What are the Functions in jquery and its type




The function in JavaScript are of two type either named or anonymous. As the name suggest A named function can be defined using function keyword as given below
function nameoffunction(){
// do some code here
}


On the other hand an anonymous function can be defined in same way as we defined normal function but it doesnot have any name. We can use anonymous function to assigned to a variable or passed to a method as given below.

var handlerVar = function (){
// do some code here
}
0
0

Dhoti Patiyala Camera Offer


 
 Input Your Comments Or suggestions(If Any)
 Name
 Email(optional)
 Comments


Other Important Questions
Difference between body.onload and document.ready in jQuery
Different method which provides effects in JQuery
Three types of selector in JQuery
Example of JQuery focus event on textbox
What is significance of jQuery.NoConflict