????
Current Path : /home2/morganrand/backup.morganrand.com/coupon/js/ |
Current File : /home2/morganrand/backup.morganrand.com/coupon/js/designtool-reveal.js |
// JavaScript Document // shows the slickbox DIV on clicking the link with an ID of "slick-show" $(document).ready(function() { // we'll put our code here $('#designtool-box').hide(); $('a#designtool-show').click(function() { $('#designtool-box').show('slow'); return false; }); $('a#designtool-hide').click(function() { $('#designtool-box').hide('fast'); return false; }); });