Sha256: d8bbbbf901102203752b9624dbf8fbf9b0fb1f0acf4438b9a243f6c0fe9f015e

Contents?: true

Size: 458 Bytes

Versions: 103

Compression:

Stored size: 458 Bytes

Contents

//override the blacklight default to submit
//form when sort by or show per page change
Blacklight.do_select_submit = function() {
  $(Blacklight.do_select_submit.selector).each(function() {
        var select = $(this);
        select.closest("form").find("input[type=submit]").show();
        select.bind("change", function() {
          return false;
        });
    });
};
Blacklight.do_select_submit.selector = "form.sort select, form.per_page select";

Version data entries

103 entries across 103 versions & 3 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/assets/javascripts/hyrax/select_submit.js
hyrax-5.0.4 app/assets/javascripts/hyrax/select_submit.js
hyrax-5.0.3 app/assets/javascripts/hyrax/select_submit.js
hyrax-5.0.2 app/assets/javascripts/hyrax/select_submit.js
hyrax-5.0.1 app/assets/javascripts/hyrax/select_submit.js
hyrax-5.0.0 app/assets/javascripts/hyrax/select_submit.js
hyrax-5.0.0.rc3 app/assets/javascripts/hyrax/select_submit.js
hyrax-5.0.0.rc2 app/assets/javascripts/hyrax/select_submit.js
hyrax-5.0.0.rc1 app/assets/javascripts/hyrax/select_submit.js
hyrax-3.6.0 app/assets/javascripts/hyrax/select_submit.js
hyrax-4.0.0 app/assets/javascripts/hyrax/select_submit.js
hyrax-4.0.0.rc3 app/assets/javascripts/hyrax/select_submit.js
hyrax-4.0.0.rc2 app/assets/javascripts/hyrax/select_submit.js
hyrax-4.0.0.rc1 app/assets/javascripts/hyrax/select_submit.js
hyrax-3.5.0 app/assets/javascripts/hyrax/select_submit.js
hyrax-4.0.0.beta2 app/assets/javascripts/hyrax/select_submit.js
hyrax-3.4.2 app/assets/javascripts/hyrax/select_submit.js
hyrax-4.0.0.beta1 app/assets/javascripts/hyrax/select_submit.js
hyrax-3.4.1 app/assets/javascripts/hyrax/select_submit.js
hyrax-3.4.0 app/assets/javascripts/hyrax/select_submit.js