JQuery is not working after complete load of the page

Question

Hi i have a strange problem with wordpress. I have a short JQuery script. The script is working as long as the page is loading. But when the page is finished with loading it’s not working anymore and I can’t find the prolbem. I tried also to wrap the script in a noconflict wrapper didn’t help.

Maybe some more informations… I try to show a title of a grid element in wordpress which i have set to display none.

Thanks for your help

Here some details:
Wordpress 5.3.2
Highend Theme 3.6.4

jQuery(document).ready(function(){
 jQuery(".apmstoriespic").mouseover(function(){
    jQuery(this).next(".apmstoriestitle").show();
  });
});
0
Martin Korber 3 years 2020-03-30T00:51:20-05:00 0 Answers 110 views 0

Leave an answer

Browse
Browse