Sha256: 92938ba85d551b4dc69c88e368b072320b5d1cd519b7b9c3d3dd20998188582a
Contents?: true
Size: 1016 Bytes
Versions: 13
Compression:
Stored size: 1016 Bytes
Contents
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Ladda: Form test</title> <link rel="stylesheet" href="../css/demo.css"> <link rel="stylesheet" href="../dist/ladda.min.css"> </head> <body> <article class="examples"> <div class="intro"> <h1>Ladda From Validation</h1> <p> This page can be used to test that Ladda does NOT start spinning when submitting an invalid form. </p> <form action=""> <input type="email" required placeholder="Email address..." style="font-size: 1em; padding: 14px;"> <button type="submit" class="btn btn-primary ladda-button" data-color="green" data-style="expand-left"><span class="ladda-label">Submit</span></button> </form> </div> </article> <script src="../dist/spin.min.js"></script> <script src="../dist/ladda.min.js"></script> <script> Ladda.bind( 'button[type=submit]' ); </script> <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems