Title: Jquery removed function &quot;.die&quot;
Last modified: August 30, 2016

---

# Jquery removed function ".die"

 *  Resolved [netzgestaltung](https://wordpress.org/support/users/netzgestaltung/)
 * (@netzgestaltung)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/jquery-removed-function-die/)
 * the usage of “.die” is deprecated in jQuery for a long time now. in newer jQuery
   versions (2+) this function is removed.
 * you have one occurance of “.die” in your plugin files:
    `/wp-content/plugins/
   buddypress-activity-privacy/includes/bp-activity-privacy-integrations.php line
   117`
 *     ```
       //remove event handler previously attached to
       #bpfb_submitjq("#bpfb_submit").die( "click" );
       ```
   
 * that causes an js error which stops executing the other js (including the press
   enter to submit function at the BuddyPress Wall plugin)
 *     ```
       TypeError: jq(...).die is not a function
       ```
   
 * i replaced the string “die” to “off” and the js error is gone
 * see [http://api.jquery.com/off/](http://api.jquery.com/off/) vs [http://api.jquery.com/die/](http://api.jquery.com/die/)
 * please consider this change for you next plugin update.
 * [https://wordpress.org/plugins/buddypress-activity-privacy/](https://wordpress.org/plugins/buddypress-activity-privacy/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [meg@info](https://wordpress.org/support/users/megainfo/)
 * (@megainfo)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/jquery-removed-function-die/#post-6405124)
 * thanks [@netzgestaltung](https://wordpress.org/support/users/netzgestaltung/)
   for reporting bug.
 * I will be fixed it in the next release.
 * Regards,
    Mounir

Viewing 1 replies (of 1 total)

The topic ‘Jquery removed function ".die"’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-activity-privacy_fbd5c6.
   svg)
 * [BuddyPress Activity Privacy](https://wordpress.org/plugins/buddypress-activity-privacy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddypress-activity-privacy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-activity-privacy/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-activity-privacy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-activity-privacy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-activity-privacy/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [meg@info](https://wordpress.org/support/users/megainfo/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/jquery-removed-function-die/#post-6405124)
 * Status: resolved