Site logo

Archived topic

Simple jQuery issue

1 reply · Started by Mr McMarry on October 31, 2018

Viewing posts 1–2 of 2

function blinker($) {
$('.blink_me').fadeOut(500);
$('.blink_me').fadeIn(500);
}
setInterval(blinker, 1000);

make it WordPress capable :P.

i use jQuery(document).ready(function($){ but then console error blinker function is not set/defined

Hi there,

Hmm this sounds like a better question for a forum like https://stackoverflow.com/ as it's not really related to GP.

Or am I missing something here?

This archived topic is closed to new replies.