Questions tagged [jquery.address]

jQuery.address is a plugin of jQuery that is used to create the unique virtual addresses.

The jQuery Address plugin provides powerful deep linking capabilities and allows the creation of unique virtual addresses that can point to a website section or an application state. It enables a number of important capabilities including:

  • Bookmarking in a browser or social website
  • Sending links via email or instant messenger
  • Finding specific content using the major search engines
  • Utilizing browser history and reload buttons

Here is the library for the plugin of jQuery-address.

5 questions
1
vote
1 answer

Ajax Address remain Scroll Position

I am using the jquery.address plugin to dynamically load my #content using Ajax. I also am using some effects for loading the new #content (i.e the old #content flies out, the new comes in from top, or from the side etc.) but I think that's not the…
Mike
  • 2,686
  • 7
  • 44
  • 61
1
vote
2 answers

Loading data with dependentObservable causing an infinite loop

I'm playing around with Knockout and now trying to use the Knockout address plugin (based on jQuery address). This code below works, except that when I try entering the address the linkObservableToUrl provides the page is loaded without the right…
CD..
  • 72,281
  • 25
  • 154
  • 163
1
vote
0 answers

jquery address change not being triggered with different URL?

I've hit a wall. My scenario simply doesn't make sense. I'm using the jquery address pluglin Here is my issue: A user enters a url with an argument like so: http://localhost/#view_profile=1 The jquery address change function sees it fine and…
Paul
  • 11,671
  • 32
  • 91
  • 143
1
vote
0 answers

What is the best way to parse a URL with JavaScript?

Possible Duplicate: How to parse a URL? I'm using the jQuery address plugin and I want to know what the preferred method is for parsing URLs in JavaScript. Should I use a regex for each URL, or is there a better way? As an example, one of my urls…
Paul
  • 11,671
  • 32
  • 91
  • 143
0
votes
1 answer

adding jQuery address to a tab script

With the help of a friendly guy I've built a tab script that is very simple and doesn't require an additional script like jQuery UI. Now, I've seen the address bar thing which is really cool so you actually have ACCESS to the tabs, be able to…
BiBA
  • 1