jqtags/jq-accord

高级手风琴标签

安装: 8

依赖项: 0

建议者: 0

安全: 0

星星: 0

关注者: 8

分支: 0

开放问题: 0

语言:CSS

类型:标签

0.0.0 2015-06-21 21:26 UTC

This package is not auto-updated.

Last update: 2024-09-18 09:13:09 UTC


README

示例代码

<jq-accord id="sampledate">
</jq-accord>

使用jQuery可以获取/设置值

$("#sampledate").val("12 may 2012");

var x = $("#sampledate").val();

$("#sampledate").on("change",function(e){
    console.log("callback : date has changed")
})