|
Find out what all this stuff means! Rank:The overall LensRank for your lens. See how your lens stacks up against others. : The average star rating for your lens. Visits: The number of times your lens has been visited in the last 7 days. $$: An estimate of royalties you've earned recently from affiliate partners (Amazon, eBay, CafePress, etc), which are still pending clearance from those affiliates. Edited: The date you last edited and published the lens. : Congrats! Your lens is being featured in Squidoo search results. Keep up the good work. : This lens is a work-in-progress. Be sure to add content modules, highlight authentic content, and don't forget to hit Publish! Once you do that, we bet your lens will be ready to get featured within Squidoo search results. P.S. If you just started this lens, please wait a day or so for it to get indexed. Close function editLensLabels(lens_id) { var elem_name = '#lens_labels_lens_' + lens_id; $(elem_name).load('http://www.squidoo.com/utility/get_lens_labe ls_edit_for_lens/' + lens_id.toString()); $(elem_name).show(); } function cancelLabelsForLens(lens_ id) { var elem_name = '#lens_labels_lens_' + lens_id; $(elem_name).hide(); } function saveLabelsForLens(lens_id ) { var url = 'http://www.squidoo.com/utility/update_lens_l abels_for_lens'; var postBodyVal = $('#lens_labels_for_lens_ ' + lens_id).serialize(); jQuery.post(url, postBodyVal, function(response) { cancelLabelsForLens(lens_ id); }); } var g_last_lens_id; // global to track last shown lens actions function showLensActions(lens_id) { var elHide = $('#lens-actions-' + g_last_lens_id); if (elHide) { elHide.hide(); } var elShow = $('#lens-actions-' + lens_id); if (elShow) { elShow.show(); g_last_lens_id = lens_id; } } $(function() { // add new widget called repeatHeaders $.tablesorter.addWidget({ // give the widget a id id: "repeatHeaders", // format is called when the on init and when a sorting has finished format: function(table) { // cache and collect all TH headers if(!this.headers) { var h = this.headers = []; $("thead th",table).each(function() { h.push( " |