Javascript examples for jQuery Method and Property:jQuery Method Example
Page redirect using meta http-equiv
<!doctype> <html> <head> <meta http-equiv="refresh" content="0; url=http://www.yourdomain.com/new-page.html"> </head> //w ww . j a v a2s.c o m <body> Auto refresh in 0 seconds </body> </html>