jqtags / jq-date
advanced ajax form tag
0.1.8
2016-07-11 06:59 UTC
Requires
- jqmodules/jq2much: >=0.0.0
- jqmodules/pikaday: >=1.3.3
- webmodules/jqtag: >=0.0.4
- webmodules/moment: >=2.10.4
README
Sample Code:
<jq-date id="sampledate"> </jq-date>
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") })