David Davila
Results
2
comments of
David Davila
+1 on this feature request, enableReinitialize needs to be configurable so we can opt in to either resetting the whole form or only parts of the form.
Yes I have also included this bit of code: var resizeTimer = null; var width = $(window).width(); $(window).bind('resize orientationchange', function() { if ($(window).width() != width){ $('a').children('.grid-item').css("opacity", .5); if (resizeTimer) clearTimeout(resizeTimer);...