((function(){$(function(){var a,b,c,d,e,f,g,h,i,j,k,l;return b=$("form#notepad_form"),e=$("textarea#notepad"),f=$("div#output"),c=$("textarea#html-output"),l=$("a#toggle-output"),d=$("div#loading"),h=$("select#parser"),a=e.val(),j=!1,i=function(){var g;if(e.val()===a)return;return d.show(),g=e.val(),$.post(b.attr("action"),b.serialize(),function(b,e){return f.html(b),c.val(b),d.hide(),a=g})},g=function(){return a="",i()},k=function(a){return a.preventDefault(),j=!j,j?(l.html("Hide HTML"),f.hide(),c.show()):(l.html("Show HTML"),f.show(),c.hide())},e.keyup(i),e.focus(),h.change(g),l.click(k)})})).call(this)
