Is it possible, using JQuery, to redirect to a different index.html based upon the users screen resolution? So for example, screens upto the size 1024px wide go to 1024.html, and all others go to the normal index.html?
Id preferably like to use jQuery for this. Any help would be greatly appreciated!
Thanks!