.live()
method.
-- MichaelDaum - 11 Jul 2012
Code like this
$("selector").livequery("event", function() { });now becomes
$("selector").live("event", function() { });-- MichaelDaum - 14 Jul 2012
Summary | Upgrade JQueryPlugin livequery plugin |
ReportedBy | MichaelDaum |
Codebase | trunk |
SVN Range | |
AppliesTo | Extension |
Component | JQueryPlugin |
Priority | Enhancement |
CurrentState | Closed |
WaitingFor | |
Checkins | distro:3e83e262927e distro:864f777b835b distro:a7cea1e5060f distro:c7603d04500c |
TargetRelease | patch |
ReleasedIn | 1.1.6 |
CheckinsOnBranches | Release01x01 trunk |
trunkCheckins | distro:3e83e262927e distro:864f777b835b |
Release01x01Checkins | distro:a7cea1e5060f distro:c7603d04500c |