Title: Perpetual Loading ..
Last modified: January 15, 2017

---

# Perpetual Loading ..

 *  [atomicnicholas](https://wordpress.org/support/users/atomicnicholas/)
 * (@atomicnicholas)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/perpetual-loading/)
 * Upon page load, the “loading …” button is what keeps showing instead of showing“
   Favorites” or “Favorited” (state) buttons…
 * Any help would be appreciated. Thanks.

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

 *  [Ben Heath](https://wordpress.org/support/users/btheath/)
 * (@btheath)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/perpetual-loading/#post-8665081)
 * I found his github repo, and it looks like he has made recent updates, but they
   just aren’t available in the WP Plugin repo.
 * [https://github.com/kylephillips/favorites](https://github.com/kylephillips/favorites)
 * You can try updated to that most current version and see if it fixes any issues.
 *  Thread Starter [atomicnicholas](https://wordpress.org/support/users/atomicnicholas/)
 * (@atomicnicholas)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/perpetual-loading/#post-8670034)
 * Ben, Thanks very much for giving this a try at help and support. I’ll give this
   a try right away!
 *  Thread Starter [atomicnicholas](https://wordpress.org/support/users/atomicnicholas/)
 * (@atomicnicholas)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/perpetual-loading/#post-8676240)
 * Unfortunately, that didn’t appear to do it. On my setup, the favorite/favorited
   buttons are stuck in the “Loading” state..
 * From Firebug and upon checking the un-minified version of _simple-favorites.js_,
   it seems to be related to binding events, and it appears it may start from here.
 *     ```
       // Bind events, called in initialization
       	plugin.bindEvents = function(){
       		$(document).on('click', plugin.buttons, function(e){
       			e.preventDefault();
       			plugin.submitFavorite($(this));
       		});
       		$(document).on('click', plugin.clear_buttons, function(e){
       			e.preventDefault();
       			plugin.clearFavorites($(this));
       		});
       	}
       ```
   
 * My JS skills are minimal at best, so I would appreciate any help. Thanks.

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

The topic ‘Perpetual Loading ..’ is closed to new replies.

 * ![](https://ps.w.org/favorites/assets/icon-128x128.png?rev=1677726)
 * [Favorites](https://wordpress.org/plugins/favorites/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/favorites/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/favorites/)
 * [Active Topics](https://wordpress.org/support/plugin/favorites/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/favorites/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/favorites/reviews/)

## Tags

 * [loading](https://wordpress.org/support/topic-tag/loading/)

 * 3 replies
 * 2 participants
 * Last reply from: [atomicnicholas](https://wordpress.org/support/users/atomicnicholas/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/perpetual-loading/#post-8676240)
 * Status: not resolved