Title: Weird jQuery / Javascript conflict
Last modified: August 21, 2016

---

# Weird jQuery / Javascript conflict

 *  [dannykater](https://wordpress.org/support/users/dannykater/)
 * (@dannykater)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/weird-jquery-javascript-conflict/)
 * Please have a look at [my website](http://dannykater.nl/ww/category/nieuws/).
   At the moment just “available” in Google Chrome and iPhone/iPad.
 * I use the plugin “PBD AJAX Load Posts” for loading extra posts on the frontpage.
 * I use the plugin “Custom Posts Per Page” to set how many posts I want to show
   standard and how many to add when clicking the more button.
 * I use below piece javascript to fade in/out an hover over the posts.
 *     ```
       <script type="text/javascript">
       <!--
       $(document).ready(function() {
           $(".thumb").hover(function() {
               $(this).children(".hover").fadeIn();
           }, function() {
               $(this).children(".hover").fadeOut();
           });
       });
       -->
       </script>
       ```
   
 * As you can see the hover works fine on the standard loaded posts, but not on 
   the extra loaded posts? Anyone any idea how this could be possible?
 * Thanks!

The topic ‘Weird jQuery / Javascript conflict’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [dannykater](https://wordpress.org/support/users/dannykater/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/weird-jquery-javascript-conflict/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
