this.cleanTemplate();
+ $(document).on('click', '.nav-link', function () {
+ $this.resize();
+ });
+
var initValues = this.element.data('values');
if (initValues.length === 0) {
}
// Handle nested multiple bunch
var nested = [];
- $(item).find('.subform>.bunchmultiple').each(function () {
+ $(item).find('.subform>.bunchfields>.bunchmultiple').each(function () {
var newrand = $this.id + '_' + Math.round(Math.random() * 10000000);
var sampleId = $(this).attr('id');
var html = replaceAll(sampleId, newrand, $(this).html());
jQuery(document).ready(function ($) {
$(".bunchmultiple").bunchmultiple();
+
});
jQuery.cachedScript = function (url, options) {