Advertisement
chrishajer

disable today and tomorrow in datepicker

Jan 23rd, 2013
762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.86 KB | None | 0 0
  1. <!-- http://www.gravityhelp.com/forums/topic/disable-days-in-datepicker#post-128880 -->
  2. <script type="text/javascript">
  3. jQuery(document).ready(function($) {
  4. $( "#input_3_8" ).datepicker({ firstDay: 1, defaultDate: '+0d', minDate: '+2d', maxDate: '+2y', gotoCurrent: true, prevText: '', nextText: '', showOn: 'both', buttonImage: 'http://balijuice.ca/wp-content/plugins/gravityforms/images/calendar.png', buttonImageOnly: true });
  5. });
  6. </script>
  7.  
  8. <script type="text/javascript">
  9. jQuery(document).ready(function($) {
  10. $( "#input_4_7" ).datepicker({ firstDay: 1, defaultDate: '+0d', minDate: '+2d', maxDate: '+2y', gotoCurrent: true, prevText: '', nextText: '', showOn: 'both', buttonImage: 'http://balijuice.ca/wp-content/plugins/gravityforms/images/calendar.png', buttonImageOnly: true });
  11. });
  12. </script>
  13.  
  14. <script type="text/javascript">
  15. jQuery(document).ready(function($) {
  16. $( "#input_2_4" ).datepicker({ firstDay: 1, defaultDate: '+0d', minDate: '+2d', maxDate: '+2y', gotoCurrent: true, prevText: '', nextText: '', showOn: 'both', buttonImage: 'http://balijuice.ca/wp-content/plugins/gravityforms/images/calendar.png', buttonImageOnly: true });
  17. });
  18. </script>
  19.  
  20. <script type="text/javascript">
  21. jQuery(document).ready(function($) {
  22. $( "#input_5_2" ).datepicker({ firstDay: 1, defaultDate: '+0d', minDate: '+2d', maxDate: '+2y', gotoCurrent: true, prevText: '', nextText: '', showOn: 'both', buttonImage: 'http://balijuice.ca/wp-content/plugins/gravityforms/images/calendar.png', buttonImageOnly: true });
  23. });
  24. </script>
  25.  
  26. <script type="text/javascript">
  27. jQuery(document).ready(function($) {
  28. $( "#input_1_8" ).datepicker({ firstDay: 1, defaultDate: '+0d', minDate: '+2d', maxDate: '+2y', gotoCurrent: true, prevText: '', nextText: '', showOn: 'both', buttonImage: 'http://balijuice.ca/wp-content/plugins/gravityforms/images/calendar.png', buttonImageOnly: true });
  29. });
  30. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement