$input.keyup(rewrite_anchor);\r
rewrite_anchor(); \r
});\r
+\r
+ $('#test_email_settings a.test_button').click(function() {\r
+ $('div.test_status').hide('slow')\r
+ $('div.ajax_indicator').show('fast')\r
+ $.post($(this).attr('href'), function(data) {\r
+ $('div.ajax_indicator').hide('fast')\r
+ $('div.test_status').html(data)\r
+ $('div.test_status').show('slow')\r
+ })\r
+ })\r
});\r
\r
/*\r
* Autocomplete - jQuery plugin 1.0.3\r
*\r
- * Copyright (c) 2007 Dylan Verheul, Dan G. Switzer, Anjesh Tuladhar, Jörn Zaefferer\r
+ * Copyright (c) 2007 Dylan Verheul, Dan G. Switzer, Anjesh Tuladhar, J�rn Zaefferer\r
*\r
* Dual licensed under the MIT and GPL licenses:\r
* http://www.opensource.org/licenses/mit-license.php\r