in need of a AJAX wizard to help on a toggle feature…

like explained here: REQ: universal Ajax function/script to activate/deactivate i'd like to have a guy who can build a complete small solution for my ajax needs... here is something i think is a start; Code: function toggle_ajax(object, do, id, progress) { var fetched_object = fetch_object(object); // show the progress icon while performing action if(progress) {... Read more