Jump to content

How to inject this code in Squarespace?

Go to solution Solved by Ziggy,

Recommended Posts

Hi, trying to make the hyperlink on my page change color after a click on it with the code below.  I am not sure where to insert it and where to insert a block ID to target the hyperlink.

 

 

$('.item').click(function(){
    $('div').removeClass('highlight');
    $(this).addClass('highlight');
});

 

 

.highlight {
    color: red;
}

 

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<section id="section">
  <div class="item">Item 1</div>
  <div class="item">Item 2</div>
  <div class="item">Item 3</div>
</section>

 

Thanks in advance!

Edited by youroleksii
Link to comment
  • Solution

You would have to add some tags and then add it all to a code block.

<script>
$('.item').click(function(){
    $('div').removeClass('highlight');
    $(this).addClass('highlight');
});
</script>
 
<style>
.highlight {
    color: red;
}
</style>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<section id="section">
  <div class="item">Item 1</div>
  <div class="item">Item 2</div>
  <div class="item">Item 3</div>
</section>

 

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
10 minutes ago, youroleksii said:

Where would I add tags and where would i place a code block?

I added the script and style tags for you, see the code I shared. You can place it anywhere you want it.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.