Rob Desbois schrieb:
> It seems that unbind() will only remove event handlers that were attached to 
> elements by jQuery. The following does not remove the event handler specified 
> in the element's attributes.

I don't anything about unbind, i would try:

    function test()
    {
       $("#testButton").removeAttr("onclick").html("Tested already");
    }




-- 
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to