NibyNool

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • NibyNool
    Participant

    I think I've worked out the cause of this issue.

    Find the following in the code:

    $(“.soptclass”).click(function(e){

    Replace it with:

    $($t.grid.hDiv).find(“.soptclass”).click(function(e){

    After a fair bit of investigation it appears that the click function is applied to all grids that currently exist, this results in only the last grid working correctly;

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!