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

frjo’s picture

Status: Active » Closed (cannot reproduce)