Index: lams_central/web/comments5/comments.jsp =================================================================== diff -u -r793d3319ee7d2aa94af0559c0ee64c08ea6a4581 -r8613ee242d5642ad2b3a1d5e3afcc486adc76fb2 --- lams_central/web/comments5/comments.jsp (.../comments.jsp) (revision 793d3319ee7d2aa94af0559c0ee64c08ea6a4581) +++ lams_central/web/comments5/comments.jsp (.../comments.jsp) (revision 8613ee242d5642ad2b3a1d5e3afcc486adc76fb2) @@ -19,7 +19,7 @@ $(document).ready(function() { scrollDoneCallback(); - $('#sortMenu').change(function() { + $("#commentDiv").on("change", "#sortMenu", function() { var url = "comments/viewTopic.do?newUI=true&sessionMapID=${sessionMapID}&sticky=true&sortBy=" + $(this).find("option:selected").attr('value'); reloadDivs(url);