/** jQuery related functions and calls */ //if($.getJSON('http://www.deryckstoneproducts.com/content/core/ajax.php', {'id' : $(this).attr('rel')}, parseTeamDetails)); $('document').ready(function() { // hide the loading div $('#loading').hide(); // close team details $('.close').click(function() { $($(this).attr('rel')).hide(); }); // headers initHeaders(); // products image list initProductImages(); // prettyPhoto $(function() { $('a[rel^=lightbox]').prettyPhoto({ theme: 'light_rounded' }); }); // datagrid table row hovers $('tbody tr').hover(function() { $(this).toggleClass('hover'); }, function() { $(this).toggleClass('hover'); }); jQuery('a[href$=.pdf]').attr('target', '_blank'); }); // bookmarking function function bookmark(url, title) { // FF if (window.sidebar) window.sidebar.addPanel(title, url, ""); // Opera else if(window.opera && window.print) { var elem = document.createElement('a'); elem.setAttribute('href',url); elem.setAttribute('title',title); elem.setAttribute('rel','sidebar'); elem.click(); } // IE else if(document.all) window.external.AddFavorite(url, title); } function getDuration(currElement, nextElement, options, isForward) { var duration = $('#'+currElement.id).attr('rel') * 1000; var index = options.currSlide; return duration > 0 ? duration : false; } function initHeaders() { $('#banner').cycle( { //timeoutFn: getDuration after: function() { // resize to correct height $(this).parent().css({ 'height': $(this).height(), 'position': 'relative' //'top': '20px' }); } }); } // handles the image slideshow controls for the product details page function initProductImages() { var info = $('#images #info'); // set info for first image info.text($('#thumbnails li:first a').attr('rel')); // cycle handle $('#imagelist') .before('