$(document).ready(function(){ //Photo $("a[rel^='prettyPhoto']").prettyPhoto({ animationSpeed: 'normal', padding: 40, opacity: 0.65, showTitle: true, allowresize: false, counter_separator_label: '/', theme: 'dark_rounded', /* light_rounded / dark_rounded / light_square / dark_square */ social_tools:false }); //Field Functions $("#searchTerm").focus(function(srcc) { if ($(this).val() == $(this)[0].title) { $(this).val(""); } }); $("#searchTerm").blur(function() { if ($(this).val() == "") { $(this).val($(this)[0].title); } }); $("#searchTerm").blur(); //Tooltip $("#link_screenType").ezpz_tooltip({contentId:"tip_screenType"}); $("#link_screenFormat").ezpz_tooltip({contentId:"tip_screenFormat"}); $("#link_screenSize").ezpz_tooltip({contentId:"tip_screenSize"}); $("#discountCodeItem").hide(); $("#salesTaxItem").hide(); });