Hi All,

In the PartialPrototype example this piece of
javascript is in the HTML. What does this do and do I
need this in my code?

Thanks
E

    <script type="text/javascript">
        var responseObject = new Object();
        responseObject.ajaxUpdate =
function(ajaxElement, responseElement, elementId) {
            if (elementId != "selectedCountries")
                Effect.Appear(elementId);
            else
                new
Effect.Highlight('selectedCountries', {endcolor:
"#eeeee0"} );
            
            $('partialWait').style.display="none";
        }
        
        responseObject.beforeAjaxUpdate = function() {
            $('partialWait').style.display="block";
        }
        </script>






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to