Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
JAVASCRIPT
33
slide source custom
Guest on 18th September 2023 08:08:11 AM
(
function
(
$
,
window
,
undefined
)
{
$
(
function
(
)
{
$
(
'.content-source-custom .slidedeck .slide-source-custom .sd2-slide-text a'
)
.
addClass
(
'accent-color'
)
;
}
)
;
}
)
(
jQuery
,
window
,
null
)
;
Raw Paste
(function($, window, undefined){ $(function(){ $('.content-source-custom .slidedeck .slide-source-custom .sd2-slide-text a').addClass('accent-color'); }); })(jQuery, window, null);
Login
or
Register
to edit or fork this paste. It's free.