Skip to content

Click events don't work with jQuery 1.8  #58

Description

@thsur

Scenario:
Running the "History of Idaho" demo with jQuery 1.8.2 & jQueryUI 1.8.23

What:
Descriptions don't show up when clicking on a timeline item.

Issue:
tg.TG_TimelinePlayer.eventModal isn't called because event isn't bound
at TG_TimelineView:558

Possible solution:
Change
.delegate(CONTAINER + " .timeglider-timeline-event", CLICKORTOUCH, function () {
to
.delegate(".timeglider-timeline-event", CLICKORTOUCH, function () {
or
.on(CLICKORTOUCH, ".timeglider-timeline-event", function () {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions