I am trying to append an image after the last input field in a div, any ideas as to why this won\'t work?
$(\'
$("", { src: "img/loading.gif", id: "loading_img" }).insertAfter($("form").find("input:last"));