Log In

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!


The Basic Cookbook

Register For This Site


A password will be e-mailed to you.


Log in |Lost your password?

← Back to The Basic Cookbook

Share, Print, Bookmark and Enjoy
  • Facebook
  • Twitter
  • RSS
  • email
  • Print

Switch to our mobile site

jQuery(document).ready(function($){ $(".ngg-gallery-thumbnail a").each(function (arr){ if ($(this).attr("title").substr(0,5)=="Video"){ $(this).attr("rel","shadowbox;width=405;height=340"); $(this).attr("href",$(this).children("img").attr("title")); } })});