This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html lang="en-US"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>SendGrid Demo</title> | |
| </head> | |
| <body> | |
| <form action="process.cfm" method="POST"> | |
| <div> | |
| <label for="emails"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * HOW-TO | |
| */ | |
| // same param as $.ajax(option); see http://api.jquery.com/jQuery.ajax/ | |
| $.ajaxQueue.addRequest(option); | |
| // start processing one by one requests | |
| $.ajaxQueue.run(); |