What version of jQuery/Sizzle are you using? A lot of clean-up was
done recently.

Also, if you don't want the jQuery23434... properties, you should use
jQuery's .html() which cleans them up.

--John



On Tue, Mar 3, 2009 at 8:22 AM, Már Örlygsson <[email protected]> wrote:
>
> Seems like Sizzle isn't cleaning up after itself in IE.
> After a few round-trips, I'm seeing a lot of this in an Element that
> has it's `.innerHTML` edited and then posted to a server:
>
>    <table width="100%" cellspacing="0" done2="4" done4="4" done5="4"
> done3="4" sizset="4" sizcache="4" summary="">
>    <tbody done2="4" done4="4" done5="4" done3="4" sizset="4"
> sizcache="4">
>      <tr class="alt" done2="4" done4="4" done5="4" done3="4"
> sizset="4" sizcache="4">
>        <td done2="4" done4="4" done5="4" done3="4" sizset="4"
> sizcache="4">
>        </td>
>      </tr>
>    </tbody>
>    </table>
>
> I'm also seeing tons of `jquery1234377093764="43"` attributes all
> over,
> even in places that I'm pretty certain I haven't bound any event-
> handlers or data to (not via my code, nor via any 3rd party plugins).
>
> I wonder if there are any plans for making Sizzle less "obtrusive" in
> this regard...
>
> (See ticket: http://dev.jquery.com/ticket/4282)
>
>
> --
> Már Örlygsson
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to