Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Account (0.17 sec)

  1. src/main/webapp/js/suggestor.js

                    suggestingSts = false;
                    return;
                  });
              },
    
              createAutoCompleteList: function(obj) {
                if (typeof obj.record_count === "undefined") {
                  $boxElement.css("display", "none");
                  return;
                }
    
                var hits = obj.data,
                    suggestor = this,
                    reslist,
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Mar 30 05:45:24 GMT 2023
    - 13.3K bytes
    - Viewed (2)
  2. src/main/webapp/js/search.js

              var $favorited,
                  $favoritedCount;
              if (data.result === "created") {
                $favorited = $favorite.siblings(".favorited");
                $favoritedCount = $(".favorited-count", $favorited);
                $favoritedCount.css("display", "none");
                $favorite.fadeOut(1000, function() {
                  $favorited.fadeIn(1000);
                });
              }
            })
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Mar 30 05:45:24 GMT 2023
    - 7.5K bytes
    - Viewed (1)
Back to top