Title: localhost_8080's Replies | WordPress.org

---

# localhost_8080

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

 *   [Profile](https://wordpress.org/support/users/localhost_8080/)
 *   [Topics Started](https://wordpress.org/support/users/localhost_8080/topics/)
 *   [Replies Created](https://wordpress.org/support/users/localhost_8080/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/localhost_8080/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/localhost_8080/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/localhost_8080/engagements/)
 *   [Favorites](https://wordpress.org/support/users/localhost_8080/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: [[Ajaxify Comments - Ajax and Lazy Loading Comments] Own javascript not working after posting a comment](https://wordpress.org/support/topic/own-javascript-not-working-after-posting-a-comment/)
 *  Thread Starter [localhost_8080](https://wordpress.org/support/users/localhost_8080/)
 * (@localhost_8080)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/own-javascript-not-working-after-posting-a-comment/#post-4125213)
 * Hi Jan,
 * I moved the code to “onAfterUpdateComments” callback, and it works. A big thank
   you from Beijing 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajaxify Comments - Ajax and Lazy Loading Comments] Own javascript not working after posting a comment](https://wordpress.org/support/topic/own-javascript-not-working-after-posting-a-comment/)
 *  Thread Starter [localhost_8080](https://wordpress.org/support/users/localhost_8080/)
 * (@localhost_8080)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/own-javascript-not-working-after-posting-a-comment/#post-4125134)
 * I added the following code in the end of formSubmitHandler:
 *     ```
       jQuery(function($) {
           $.getScript('External_JS_File_Path.js', function() {});
       });
       ```
   
 * it somehow worked. Not sure if it is an acceptable solution.

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