www.jewelrycreed.com Open in urlscan Pro
2606:4700:3031::6815:44d5  Public Scan

URL: http://www.jewelrycreed.com/js/jquery/tabs.js
Submission: On February 11 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

/*! jQuery tabs */
$.fn.tabs=function(){var selector=this;this.each(function(){var obj=$(this);$(obj.attr('href')).hide();$(obj).click(function(){$(selector).removeClass('selected');$(selector).each(function(i,element){$($(element).attr('href')).hide()});$(this).addClass('selected');$($(this).attr('href')).show();return false})});$(this).show();$(this).first().click()};