IE Doesn't Work With jquery-1.10.2 or Later

IE Doesn't Work With jquery-1.10.2 or Later

For this website:  m.laparks.org

Click on "Events" and then any link in this menu.  It works in most browser except IE.  In IE, it'll transition to the correct page (as the URL did change in the browser), but the page does not seem to refresh/show like in other browser.  In IE, it doesn't even execute this code at all:

    $("#eventsCategoryL2").on("pageshow", function() {
        console.log("#eventsCategoryL2 pageshow");
        ....
    });

The problem is that everything worked fine at jquery-1.7.2, but when we use jquery-1.10.2, IE broke.  Anyone know how to fix this?

Thanks.


[moderator moved to jQuery Mobile]