3

以下のコードの意味をお聞きしたいです。

$.fn.datepick = function(options) {
    var otherArgs = Array.prototype.slice.call(arguments, 1);

これらは、jQuery プラグイン ファイル「jquery.datepick.js」の 2036 ~ 2037 行です。

http://keith-wood.name/datepick.html

4

1 に答える 1