$.history is undefined ??
Hi there,
I am trying
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
- <script src="jquery.history.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function () {
-
- //Check if url hash value exists (for bookmark)
- $.history.init(pageload);
but i get an $.history is undefined.
I have uploaded the plugin, what am i overlooking/?