Beginer question:
i load ->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
after that mt js file
all in the head section.
html:
<li class="form-row" id="req-shake">
<label class="requried-field"> *</label>
<label>some label</label>
<input id="input-email" name="email" type="text" class="text-input required email default" value="" title="example@example.com" />
</li>
js error:

am i doing something wrong?
Thanks
Include these three files too