jQuery 月历插件 Monthpicker

码农软件 · 软件分类 · jQuery日期选择/日历 · 2019-12-20 08:43:18

软件介绍

Monthpicker 是 jQuery 的月历插件。

示例代码:

$('#monthpicker').monthpicker({
    years:          [2015, 2014, 2013, 2012, 2011],
    topOffset:      6,    onMonthSelect:  function(m, y) {      console.log('Month: ' + m + ', year: ' + y);
    }
});

本文地址:https://codercto.com/soft/d/21543.html

Beginning XSLT 2.0

Beginning XSLT 2.0

Jeni Tennison / Apress / 2005-07-22 / USD 49.99

This is an updated revision of Tennison's "Beginning XSLT", updated for the new revision of the XSLT standard. XSLT is a technology used to transform an XML document with one structure into another ......一起来看看 《Beginning XSLT 2.0》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码