jQuery Validation - Marketo Demo - How are they linking to mktSignup.js
I am rather loving the jQuery Validation, but am having one helluva time trying to figure out how the Marketo Demo's HTML is pointing to mktSignup or the validation.js itself. I'm not referring to the HTML referring to them in the header. That I see. I'm used to seeing some script in the header that calls the .js:
like
<head>
$(document).ready(function(){
$("#form").validate();
....
</head>
But I don't see that anywhere, and I can't, for the life of me, understand how it just "knows" to use a specific js for validating.
I'm obviously new at this, so bare with me :)
/AG