jQuery: The Write Less, Do More JavaScript Library

jquery attribute added?

View: New views
1 Messages — Rating Filter:   Alert me  

jquery attribute added?

by elubin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

when using the .attr() method to add a 'color' attribute to a <li>
tag, i seem to also get a funny jquery attribute?  it seems harmless,
but i'm wondering why...

<li style="color: #ff0000" jquery1234568724587="6">blah...</li>

anyone else ever seen that?