jqtags / jq-accord
高级手风琴标签
0.0.0
2015-06-21 21:26 UTC
Requires
- jqgeeks/jqtag: >=0.0.1
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") })