1
如何將變量值添加到新變量中? 我修改新聞滑塊和我想插入「日期」爲副標題jquery:將變量添加到變量中
我已經試過:
(function($){
$.fn.accessNews = function(settings){
$now = new Date();
var defaults = {
// title for the display
title: "news:",
// subtitle for the display
subtitle: "$now",
它打破了代碼'的ReferenceError:$ formatDate沒有定義 [打破這個錯誤] \t 字幕:$ formatDate,' – teslasimus
@teslasimus如果你需要一個字符串值,將您'Date'對象'的toString()'。 – VisioN