Closed (cannot reproduce)
Project:
Colorbox
Version:
6.x-1.0-beta11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2011 at 07:16 UTC
Updated:
17 May 2012 at 07:44 UTC
Hi Guys,
I have create link with class colorbox-load and activated colorbox load option. But script doesnt connect it with colorbox. I have found a issue with .filter() expression in colorbox_load.js on live 13.
Initially it was like:
.filter('.colorbox-load:not(.initColorboxLoad-processed)').
And I have changed it into
.filter('.colorbox-load').not('initColorboxLoad-processed').
Works fine now. I have jQuery JavaScript Library v1.3.2 with jQuery Update 6.x-2.0-alpha1
Thanks,
Vadim
Comments
Comment #1
frjo commented