Plugin Directory

Changeset 3245723


Ignore:
Timestamp:
02/24/2025 12:05:22 PM (10 months ago)
Author:
devsoftbaltic
Message:

work for the https://github.com/surveyjs/surveyjs-wordpress/issues/72

File:
1 edited

Legend:

Unmodified
Added
Removed
  • surveyjs/trunk/views/results.php

    r3245557 r3245723  
    8383
    8484                $(document).on("click", ".wp-sjs-plugin", function(e) {
    85                     var rowEl = $(e.target).parent("tr");
     85                    var rowEl = $(e.target).parents("tr");
    8686                    var row_object = table.row(rowEl).data();
    8787                    var survey = new Survey.Model(surveyJson);
Note: See TracChangeset for help on using the changeset viewer.