can’t make jQuery work (change image on time interval) [closed]

Wrap the code like this to make it not conflict with other JS libraries wordpress loads.

jQuery(document).ready(function($) {
    // code
});

OR

(function($) {
    // code
})(jQuery);