Lines 15-23
div#result { margin-top: 1em; }
Link Here
|
15 |
|
15 |
|
16 |
// When submiting the form |
16 |
// When submiting the form |
17 |
function mergeformsubmit() { |
17 |
function mergeformsubmit() { |
18 |
$("ul#ulrecord1").remove(); |
18 |
$('#tabs').remove(); |
19 |
$("ul#ulrecord2").remove(); |
19 |
} |
20 |
} |
|
|
21 |
|
20 |
|
22 |
$(document).ready(function(){ |
21 |
$(document).ready(function(){ |
23 |
// Getting marc structure via ajax |
22 |
// Getting marc structure via ajax |
24 |
- |
|
|