diff --git a/bower.json b/bower.json index 962b705..2651381 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-datepicker", - "version": "1.5.0", + "version": "1.5.2", "homepage": "https://github.com/najlepsiwebdesigner/foundation-datepicker", "authors": [ "Peter Beňo " diff --git a/example.html b/example.html index e914688..69b81d3 100755 --- a/example.html +++ b/example.html @@ -75,7 +75,8 @@

Basic

Attached to a field with the format specified via options. Initial date is set with initialDate option or with value attribute on the input tag.


- + +

Close button and data tags

@@ -83,12 +84,16 @@

Close button and data tags

Attached to a field with the format specified via data tag and close button enabled. See source of


+ +

Time picker

With time picking enabled and vietnamese language used.


+ +

Limited picker

@@ -102,6 +107,8 @@

Limited picker


+ +

No inputs

@@ -127,6 +134,8 @@

No inputs


+ +

Dependent pickers

@@ -441,7 +450,7 @@

$('#dp2').fdatepicker({ closeButton: true }); - $('#dp3').fdatepicker(); + // $('#dp3').fdatepicker(); $('#dpt').fdatepicker({ diff --git a/package.json b/package.json index 72c977e..126b3ec 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-datepicker", - "version": "1.5.1", + "version": "1.5.2", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },