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

Improved jQuery.timers initialization on partial page updates #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

akhikhl
Copy link

@akhikhl akhikhl commented Jun 5, 2013

Hi there,

Problem:
jQuery.timers initialization, when performed from partial page updates (for example, when parts of the page are loaded via jQuery.load), fails with various error messages (like "jQuery.timer not found").

Solution:
The problem is gone, as soon as we put jQuery.timers initialization into document-ready call. The suggested change in the source code is doing exactly this.

Additionally I added README.md and CHANGES.md.

akhikhl and others added 6 commits June 5, 2013 09:29
put plugin into document-ready call to improve integration with multiple jQuery instances (for example, when parts of the page are loaded via jQuery.load and their html includes jQuery.timers).
Bump version to 1.2.1
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

Successfully merging this pull request may close these issues.

1 participant