Parent: [70ad85] (diff)

Child: [10809d] (diff)

Download this file

extra.js    11 lines (10 with data), 292 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
$(document).ready(function(){
$("form").submit(function() {
$("input").blur()
$("#fade").height($("#searchbox").height()+1)
$("#fade").fadeIn("slow")
})
if ($("#results").length) { $("input").blur() }
$('input[name="after"]').jdPicker({});
$('input[name="before"]').jdPicker();
})