jqtags / jq-accord
advanced accordian tag
0.0.0
2015-06-21 21:26 UTC
Requires
- jqgeeks/jqtag: >=0.0.1
This package is not auto-updated.
Last update: 2026-03-18 16:08:40 UTC
README
Sample Code:
<jq-accord id="sampledate">
</jq-accord>
Using jQuery you can get/set value
$("#sampledate").val("12 may 2012");
var x = $("#sampledate").val();
$("#sampledate").on("change",function(e){
console.log("callback : date has changed")
})