function(){}函數(shù)里邊的作用市什么,是返回嗎
? $("button").click(function() {
? ? ? ? ? ? // left的變化
? ? ? ? ? ?$boy.transition(
? ? ? ? ? ? ? ?{'left': $("#content").width() + 'px',},?
? ? ? ? ? ? ? ?10000, 'linear',
//下面的function的作用?
? ? ? ? ? ? ? function(){});
? ? ? ? });
2016-11-03
這只是嵌套在第一個function里面的function沒有什么用 沒有返回值