Title: Mode808's Replies | WordPress.org

---

# Mode808

  [  ](https://wordpress.org/support/users/mode808/)

 *   [Profile](https://wordpress.org/support/users/mode808/)
 *   [Topics Started](https://wordpress.org/support/users/mode808/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mode808/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mode808/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mode808/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mode808/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mode808/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Events on top of each other ? (Link)](https://wordpress.org/support/topic/events-on-top-of-each-other-link/)
 *  Thread Starter [Mode808](https://wordpress.org/support/users/mode808/)
 * (@mode808)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/events-on-top-of-each-other-link/#post-3867876)
 * No wait you were almost right, I did this :
 * $(function() {
    $(“.calendar-event”).children().not(“.event-title”).hide(); $(“.
   calendar-event .event-title”).on(“click”, function(e) { e.preventDefault(); //
   remove line if you are using a link in the event title $(“.calendar-event”).children().
   not(“.event-title”).hide(); $(this).parent().children().not(“.event-title”).toggle();
 *  });
    $(“.calendar-event .close”).on(“click”, function(e) { e.preventDefault();
   $(this).parent().toggle(); });
 *  });
 * IT WOKRSSS !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Events on top of each other ? (Link)](https://wordpress.org/support/topic/events-on-top-of-each-other-link/)
 *  Thread Starter [Mode808](https://wordpress.org/support/users/mode808/)
 * (@mode808)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/events-on-top-of-each-other-link/#post-3867875)
 * Thank you so much for the help, it didn’t word though 🙁 Do you guys have any
   idea how to do this ?

Viewing 2 replies - 1 through 2 (of 2 total)