Skip to content

Gridstack with jQuery 3.x #486

@acerberus

Description

@acerberus

Gridstack does not work out of the box with jQuery 3.x. The problem is that it uses the deprecated size() function (https://api.jquery.com/size/). In order to make it work one can register the size function as

 //size function for gridstack
 $.fn.size = function(){
      return this.length;
 };

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions