When using manipulation functions such as html( val) , prepend( val) ,
sometimes quotes around attributes are removed.
.eg jQuery('#id').html("<td id='a.b'></td>");

The resultant html is just "<td id=a.b></td>"
Now when I try to select

Reply via email to