hashover-next
hashover-next copied to clipboard
How to set priorities and display new comments?!
Home page, hashover is a great project, but encountered some minor problems in the use, do not know how to set the priority to display new comments!
Although I've implemented my needs with JQ, it's not the best solution. I hope jacobwb will help me
谢谢!
Here I use a very stupid method.
`window.addEventListener('load',function() { $("#hashover-sort-select").val("threaded-by-date").change();
},false); window.onload = function(){ $("#hashover-sort-select").val("threaded-by-date").change(); } $(window).load(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); }) $(document).ready(function () { $("#hashover-sort-select").val("threaded-by-date").change(); }); $(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); }); function jiangfei(){ $("#hashover-sort-select").val("threaded-by-date").change(); } setTimeout(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); },500); setTimeout(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); },1000); setTimeout(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); },1500); setTimeout(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); },2000);`