Created
December 8, 2022 23:49
-
-
Save genesis16/867776b5ee14886b5556bb977b1669fe to your computer and use it in GitHub Desktop.
Change DOM element used in Multiple places
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(document).ready(function( $ ){ | |
var portfolio_title = $( ".qodef-ps-info-holder.qodef-ps-info-sticky-holder h3.qodef-ps-title" ).text(); | |
if(portfolio_title == '100 years fitout'){ | |
$( ".qodef-ps-info-holder.qodef-ps-info-sticky-holder h3.qodef-ps-title" ).html( "<h3 class='h3.qodef-ps-title'>DOCTORS OF SOUTH MELBOURNE</h3>"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment