• Resolved gouhen

    (@gouhen)


    I have a problem with file gallery 1.6.5.4 and jQuery 1.6.1

    When adding a gallery to a post, all attachments are included regardless of the checkboxes selection.

    I patched the map function of the file-gallery.js file, replacing
    if( false === jQuery("#att-chk-" + mydata[dl-1]).attr('checked') )
    by
    if( false === jQuery("#att-chk-" + mydata[dl-1])..is(':checked') )
    and it works…

    maybe it can help…

    http://wordpress.org/extend/plugins/file-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: File Gallery] Checkboxes with jQuery 1.6.1’ is closed to new replies.