Plugin Directory

Changeset 1910110


Ignore:
Timestamp:
07/17/2018 03:38:59 AM (8 years ago)
Author:
zaus
Message:

fix v1.7.7: include textarea to clear when cloning row

File:
1 edited

Legend:

Unmodified
Added
Removed
  • forms-3rdparty-integration/trunk/plugin.admin.js

    r1289830 r1910110  
    7575        updateClonedRow: function(newid, $clone, regex) {
    7676            //reset clone values and update indices
    77             $clone.find('input,select').each(function(i, o){
     77            $clone.find('input,select,textarea').each(function(i, o){
    7878                var $o = $(o)
    7979                    , id = $o.attr('id').split('-')
Note: See TracChangeset for help on using the changeset viewer.