Friendly Corner
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Friendly Corner

Friendly corner is a forum for everyone to join and have fun!
 
HomeHome  PublicationsPublications  FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  Log in  

 

 Hockey

Go down 
4 posters
AuthorMessage
Ravenfreak
Goth
Ravenfreak


Posts : 123
Age : 34

Hockey Empty
PostSubject: Hockey   Hockey EmptySat Aug 19, 2023 4:31 am

Are there any fans of hockey here? I haven't watched it in a while but I grew up watching my home team play. My parents are super into hockey. Our team are the St. Louis Blues, we finally won a Stanley cup in 2019!

The Raven likes this post

Back to top Go down
The Raven
Founder
The Raven


Posts : 1338
Age : 31
Location : Wonderland
Job/hobbies : Programmer

Hockey Empty
PostSubject: Re: Hockey   Hockey EmptySat Aug 19, 2023 9:15 am

I had interest for a small period of time. Was thinking what sport to watch and saw one game. It is interesting, not gonna lie, but not for me. Can't even see the puck. Or however you write that name Very Happy

_________________

Cole: "Phoebe I would do everything for you but don't ask me to be a coward".
Back to top Go down
https://gothicpub.forumotion.com
Riberet19
Helper
Riberet19


Posts : 91
Age : 28
Location : Nirvana
Job/hobbies : Sports, investments, chatting, travelling

Hockey Empty
PostSubject: Re: Hockey   Hockey EmptyMon Aug 21, 2023 1:53 pm

I've never been a fan of hockey, but if it's true that I've watched some games when it was televised and I was bored, it's not a sport that catches my attention much.

The Raven likes this post

Back to top Go down
Shortie
New Goth
Shortie


Posts : 54

Hockey Empty
PostSubject: Re: Hockey   Hockey EmptyWed Aug 30, 2023 1:08 pm

I have watched some hockey in the past when we used to get some matches that aired on our TV in the UK but we don't tend to get much hockey aired in the UK due to it not being as popular as it is in the US.

I know many people who watch hockey though.
Back to top Go down
The Raven
Founder
The Raven


Posts : 1338
Age : 31
Location : Wonderland
Job/hobbies : Programmer

Hockey Empty
PostSubject: Re: Hockey   Hockey EmptyWed Oct 30, 2024 11:13 am

Code:
$(document).ready(function() {
  // Iterate over all .codebox elements to ensure each has its own "Select all" functionality
  $("dl.codebox").each(function() {
    var dtElement = $(this).find("dt");
   
    // Create an anchor element for "Select all"
    var selectAllLink = $("<a>", {
      href: "#",
      text: "Select all",
      css: {
        "margin-left": "10px", // Add some space between "Code:" and "Select all"
        "color": "#a0947e",    // Set the text color
        "float": "right"        // Float the link to the right
      }
    });
   
    // Append the link to the <dt> element
    dtElement.append(selectAllLink);
   
    // Add event listener to handle the "Select all" functionality
    selectAllLink.on("click", function(e) {
      e.preventDefault(); // Prevent default link behavior
     
      // Select the content inside <code> tag within the current <dd>
      var codeElement = $(this).closest("dl.codebox").find("dd code").get(0); // Get the specific <code> tag in this .codebox
     
      // Create a range object
      var range = document.createRange();
      range.selectNodeContents(codeElement);
     
      // Get the current selection and clear any existing selections
      var selection = window.getSelection();
      selection.removeAllRanges();
     
      // Add the new range to the selection
      selection.addRange(range);
    });
  });
});

_________________

Cole: "Phoebe I would do everything for you but don't ask me to be a coward".
Back to top Go down
https://gothicpub.forumotion.com
Sponsored content





Hockey Empty
PostSubject: Re: Hockey   Hockey Empty

Back to top Go down
 
Hockey
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Friendly Corner :: Entertainment :: Sport-
Jump to: