Skip to content

for jquery 1.3 #5

Description

@ed3

If you want to use this plugin with jquery 1.3 change this row:

$(this).parent().delegate("span." + action_class, "click", function() {

with:

$(this+":parent").find("span." + action_class).live("click", function() {

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