From 8fce7017ad401bb68e74f3e5ecffe2aafcc1c8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Ben=CC=8Co?= Date: Wed, 23 Mar 2016 11:23:22 +0100 Subject: [PATCH] update example page, draft new release --- bower.json | 2 +- example.html | 13 +++++++++++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) 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" },