Book Image

PhoneGap Beginners Guide (third edition)

Book Image

PhoneGap Beginners Guide (third edition)

Overview of this book

Table of Contents (22 chapters)
PhoneGap Beginner's Guide Third Edition
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Related Plugin Resources
Index

The window.location object


The window.location object returns a Location object with information about the current location of the document. It can be used without the window prefix too.

The window.location.href object returns the URL of the current page:

alert(window.location.href);