Skip to content

Instantly share code, notes, and snippets.

@najlepsiwebdesigner
Last active December 23, 2016 07:20
Show Gist options
  • Save najlepsiwebdesigner/b94d0c1d908892d10444 to your computer and use it in GitHub Desktop.
Save najlepsiwebdesigner/b94d0c1d908892d10444 to your computer and use it in GitHub Desktop.
Foundation datepicker close button and data tags example
<input type="text" class="span2" value="02/16/12" data-date-format="mm/dd/yy" id="dp2">
<script>
$(function(){
$('#dp2').fdatepicker({
closeButton: true
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment