Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data-timeout doesn't work in a html fragment #64

Open
oppianmatt opened this issue Apr 24, 2014 · 0 comments
Open

data-timeout doesn't work in a html fragment #64

oppianmatt opened this issue Apr 24, 2014 · 0 comments

Comments

@oppianmatt
Copy link

because the handlers are attached with:

$('[data-timeout]').each(Ajax.prototype.timeout);
$('[data-interval]').each(Ajax.prototype.interval);

if some html fragments come back with data-timeouts in them they won't have the handler attached.

The library should reattach to fragments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant