PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

JS conflict for datepicker?

  1. sandrakidd
    Member

    ...

    $(document).ready(function(){
        $('input#input_1_6').datepicker({beforeShowDay: function(date){
            return [(date.getDay() > 1), ''];
        }});
    });

    ...but I've since changed the theme I was using and it's no longer blocking out those days. I suspect it could be a conflict with some other JS but can't work out it could be. Could someone help to point me in the right direction?

    Here is a link to the page with the form: http://alturl.com/jiptg

    Thanks!

    Posted 12 years ago on Wednesday March 28, 2012 | Permalink