$("element").removeAttr("id");

- Richard

On Tue, Apr 29, 2008 at 7:36 AM, Richard Weeks <[EMAIL PROTECTED]>
wrote:

>
> Hello,
>
> I know I can do:
>
> $("element").removeClass("one two three n");
>
> But I can't do:
>
> $("element").removeId("one two three n");
>
> Seems to me this is an obvious feature one might wish to have available
> but I can't see it anywhere and there's not much to be found on the web.
>
> Why don't we have this ability? How would I go about mimicking the
> behaviour?
>
> Or is it that the ability exists and I missed it?
>
> Thanks,
>
> Richard
>

Reply via email to