Closed (fixed)
Project:
Page Throbber
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2015 at 09:51 UTC
Updated:
27 Jun 2016 at 13:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nwom commentedComment #3
liquidcms commentedI can confirm that this module is not working with jquery > 1.8. This is do to deprecated .live() function which needs to be replaced by, i guess .on() and .delegate depending on the version of jquery.. ughh
patch welcome or we will try to get to this in the near (ish) future.
Comment #4
nwom commentedThanks for the information! I will see if I can provide a patch as a workaround for now. I looked it up, and it was in jquery 1.7 already it appears.
Comment #5
nwom commentedHere is a patch for environments using jQuery 1.7 or greater. It still needs work to support jquery versions lower than 1.7
Comment #6
nwom commentedComment #7
liquidcms commentedtry this one; i think it is compatible with jq 1.4 to 1.9+ (not sure if best way to do this but i guess if we want to make modules compatible over wide range of jquery versions..
Comment #9
pmusaraj commentedThis is in dev branch, now.
Comment #12
nwom commented