ryy705 0 Junior Poster

Hello,

I added some filtering and pagination functionality to a large table with JQuery.

It runs fine if I access it locally on the server.
But it runs very slowly if I access it over the internet.

I don't understand this. I thought all javascript execute in the browser. Why would the events run slowly if the code is on the sever?

No ajax is involved. So, what am i missing?

Please help any input would be appreciated.