Response title
This is preview!
It will return undefined as your table doesn't has any cellspacing attribute.
If you set it through css then you need to use css() | jQuery API Documentation instead of attr()
like
$TabEntete.css('border-spacing
')
© 2013 jQuery Foundation
Sponsored by and others.