Skip to content

Insert shortcode click function #76

@tomusborne

Description

@tomusborne

It would be great to improve the click function of the Add Row button so it will work with dynamically added textareas.

For example, change this:

$('.gridable-insert-row-button').click(function(event) {

To this:

$( document ).on( 'click', '.gridable-insert-row-button', function(event) {

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions