Swap table cols for mobile webkit

Is there any other efficient way to swap two table cols in a mobile webkit browser such as mobile safari and android?

I am currently using

$  ('.toggle_p').toggle();
$  ('.toggle_d').toggle();

to swap between these two cols, but the performance isn’t really ideal – ard 600ms delay. Each col has around 23 rows. In desktop browsers, the swapping is almost instant.

newest questions tagged jquery – Stack Overflow

About Admin