Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created March 2, 2022 12:21
Show Gist options
  • Save reachkamrul/f076be1a3942d1371980477beb7ae4b8 to your computer and use it in GitHub Desktop.
Save reachkamrul/f076be1a3942d1371980477beb7ae4b8 to your computer and use it in GitHub Desktop.
//filter by current year
var myTimeout = setTimeout(myFilterFunction, 100);
function myFilterFunction() {
var years = new Date().getFullYear();
jQuery('select')[0].sumo.selectItem(years.toString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment