Trying to Do form validation using Jquery. When I click submit, my page reloads and the form entry is never checked. I have been hacking at this for hours. Any help appreciated.
Here is my Html Page:
it won't let me post the code, says I need to space with 4 spaces??
所以我的链接就在这里...... Link to my flight entry validation page
答案 0 :(得分:0)
在HTML的最后一行包含此行。
>>> body = 'This is an email. Here is the list\n' + '\n'.join('{}'.format(l) for l in recentList)
>>> print body
This is an email. Here is the list
DEIGHTON, Len (born 1929). Twinkle Twinkle Little Spy. 20
BROOKE, Rupert (1887-1915); ABERCROMBIE, Lascelles (1881-1938); DRINKWATER, John (1882-1937); GIBSON, Wilfrid Wilson (1878-1962). New Numbers Volume 1 Number 3. 76
SHUTE, Nevil. A Town Like Alice. 100
SWINBURNE, Algernon Charles (1837-1909). A Song of Italy. 15
即
<script src="http://sotd.us/jared_freese/NodeJS/flightscript.js"></script>
在脚本中使用第三方库之前,您应该先加载第三方库。
浏览器会在遇到所有脚本时按顺序加载它们。