i have jquery, but it is not going to next page, it always display images and waits, never proceed to next page.
HTML code:
Others have mentioned the problem with your selector.
However, this code also appears naked between two script
tags. This means that they will be executed as soon as they are parsed. This means that they could be executed before the whole DOM is loaded, rendering them ineffective.
You need to use something like this: