Created
November 12, 2018 04:30
-
-
Save Electrica/f25af317cd48217450e1ffc65a9576ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
$(document).on('change', '#mse2_sort', function() { | |
var selected = $(this).find('option:selected'); | |
var sort = selected.data('sort'); | |
sort += mse2Config.method_delimeter + selected.val(); | |
mse2Config.sort = sort; | |
mSearch2.submit(); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://modx.pro/help/9098