Title: Toggle Script
Last modified: August 21, 2016

---

# Toggle Script

 *  Resolved [ulihake](https://wordpress.org/support/users/ulih/)
 * (@ulih)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/toggle-script/)
 * Hello Pippin.
 * If you have more than one gateway attached the javascript code that toggles the
   terms and the show and hide links to trigger the behaviour fires more than once.
 * I changed your javascript code starting at line 89 of edd-terms-per-product.php
   in the following way:
 *  `echo ‘<script type=”text/javascript”>
    jQuery(document).ready(function($) {
   $(“.edd_per_product_terms_links”).unbind(“click”).bind(“click”, function(e) {
   e.preventDefault(); e.stopPropagation(); var terms = $(this).attr(“href”); var
   parent = $(this).parent(); $(terms).slideToggle(); parent.find(“a”).toggle();});});
   </script>’;`
 * Maybe the problem is related to something else on my page, but it may be helpful
   if somebody else runs into this annoying behavior that the terms slide open just
   to close again.
 * Thanks.
    uh
 * [https://wordpress.org/plugins/edd-terms-per-product/](https://wordpress.org/plugins/edd-terms-per-product/)

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

 *  Plugin Contributor [Pippin Williamson](https://wordpress.org/support/users/mordauk/)
 * (@mordauk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/toggle-script/#post-4827293)
 * Thanks, I will take a look!
 *  Plugin Contributor [Pippin Williamson](https://wordpress.org/support/users/mordauk/)
 * (@mordauk)
 * [12 years ago](https://wordpress.org/support/topic/toggle-script/#post-4827517)
 * I’ve just pushed out an update that fixes this.

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

The topic ‘Toggle Script’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/edd-terms-per-product.svg)
 * [Easy Digital Downloads - Terms Per Product](https://wordpress.org/plugins/edd-terms-per-product/)
 * [Support Threads](https://wordpress.org/support/plugin/edd-terms-per-product/)
 * [Active Topics](https://wordpress.org/support/plugin/edd-terms-per-product/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/edd-terms-per-product/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/edd-terms-per-product/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Pippin Williamson](https://wordpress.org/support/users/mordauk/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/toggle-script/#post-4827517)
 * Status: resolved