Lines 8-14
Link Here
|
8 |
<script type="text/javascript"> |
8 |
<script type="text/javascript"> |
9 |
//<![CDATA[ |
9 |
//<![CDATA[ |
10 |
$(document).ready(function() { |
10 |
$(document).ready(function() { |
11 |
$("fieldset.rows input,select").addClass("noEnterSubmit"); |
11 |
$("fieldset.rows input, fieldset.rows select").addClass("noEnterSubmit"); |
12 |
$("#guarantordelete").click(function() { |
12 |
$("#guarantordelete").click(function() { |
13 |
$("#contact-details").hide().find('a').remove(); |
13 |
$("#contact-details").hide().find('a').remove(); |
14 |
$("#guarantorid, #contactname, #contactfirstname").each(function () { this.value = "" }); |
14 |
$("#guarantorid, #contactname, #contactfirstname").each(function () { this.value = "" }); |
15 |
- |
|
|