Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. setTimeout(function () {
  2. $table.css({'table-layout': 'auto'})
  3. }, 0);
  4. setTimeout(function () {
  5. $table.css({'table-layout': 'fixed'});
  6. }, 60);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement