Question:Consider the following code snippet: $('#button1').bind('click', function(data) {...}); What is the data argument?
A Click event's data B Function's data C Global variable D Local variable
+ AnswerA
+ Report