mootools-more
mootools-more copied to clipboard
MooTools Plugins and Enhancements Repository
Results
1
mootools-more issues
Sort by
recently updated
recently updated
newest added
Inside FormValidator.Inline: BAD: ``` validate: function(field, force){ ... if (!fx && window.Fx && Fx.Scroll){ fx = new Fx.Scroll(par, { transition: 'quad:out', offset: { y: -20 } }); par.store('fvScroller', fx); }...