diff --git a/dist/jquery.formstyler.js b/dist/jquery.formstyler.js index 3bb2185..445965f 100644 --- a/dist/jquery.formstyler.js +++ b/dist/jquery.formstyler.js @@ -49,6 +49,7 @@ }, onSelectOpened: function() {}, onSelectClosed: function() {}, + onElemRefreshed: function() {}, onFormStyled: function() {} }; @@ -1035,6 +1036,9 @@ }); } // end reset + if (typeof opt.onElemRefreshed == 'function') + opt.onElemRefreshed.call(el); + }, // init: function() // деструктор @@ -1104,4 +1108,4 @@ } onDocumentClick.registered = false; -})); \ No newline at end of file +}));