We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2571d97 + a845c2b commit 5fa8bbaCopy full SHA for 5fa8bba
documentation/example-comprehensive.md
@@ -222,7 +222,7 @@ The following code shows a comprehensive example utilizing the *breinify-api.js*
222
});
223
224
Breinify.UTL.events.click('#dimension-lookup', function () {
225
- var userEmail = Breinify.UTL.text('input[name="email"');
+ var userEmail = Breinify.UTL.text('input[name="email"]');
226
227
if (!Breinify.UTL.isEmpty(userEmail)) {
228
Breinify.UTL.cookie.set('session-email', userEmail, 1);
@@ -307,4 +307,4 @@ The following code shows a comprehensive example utilizing the *breinify-api.js*
307
308
</body>
309
</html>
310
-```
+```
0 commit comments