Difference between revisions of "Template:Copenhagen-Header"

Line 843: Line 843:
 
         });
 
         });
 
     });
 
     });
 +
 +
$(document).ready(function () {
 +
    $( document ).tooltip( {
 +
        track:    true,
 +
        content:  function() {
 +
            return  $( this ).attr( "title" );
 +
        }
 +
    });     
 +
    $('div').click(function(){
 +
        $('#show').html($('#' + $(this).attr('aria-describedby')).children().html());
 +
    });
 +
});
  
 
</script>
 
</script>

Revision as of 17:22, 30 October 2017