﻿
$(function() {
    $("#myMenu").superfish({
        delay: 1000,                            // one second delay on mouseout 
        animation: { opacity: 'show', height: 'show' },  // fade-in and slide-down animation 
        speed: 'fast',                          // faster animation speed 
        autoArrows: true,                            // generation of arrow mark-up 
        dropShadows: false                            // disable drop shadows 
    });


    $('#Tags').tagSuggest({ url: '/tag-suggestion', sort: true });

    $.uGallery({
        width: 590,
        thumbWidth: 60,
        thumbHeight: 45,
        thumbOpacity: 0.5,
        thumbHoverOpacity: 1,
        displayAlt: true
    });

    $('#CreatedDate,#Published,#Publish').datePicker({ clickInput: true });
});



