Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Improved jQuery.timers initialization on partial page updates#2

Open
akhikhl wants to merge 6 commits intopatryk:masterfrom
akhikhl:improved
Open

Improved jQuery.timers initialization on partial page updates#2
akhikhl wants to merge 6 commits intopatryk:masterfrom
akhikhl:improved

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant