The type of a function is "function".
There are a lot of anonymous functions is jquery.
$(document).ready(function() {});
$("a").click(function() {});
$.ajax({
url: "someurl.php",
success: function() {}
});
There are a lot of anonymous functions is jquery.
$(document).ready(function() {});
$("a").click(function() {});
$.ajax({
url: "someurl.php",
success: function() {}
});
No comments:
Post a Comment