Questions tagged [jquery-address]

A JQuery plugin that provides an API to add deep linking capabilities to the web application and allows the creation of unique URLs that can point to a website section or an application state.

A JQuery plugin that provides an API to add deep linking capabilities to the web application and allows the creation of unique URLs that can point to a website section or an application state.

Features:

  • 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

The concept of the plugin most is that any navigation functionality should be invoked only when a change event is dispatched. This ensures that the proper code will be executed each time when the user clicks on the page, uses the back button of the browser or enters the site through a deep link.

The product home page: http://www.asual.com/jquery/address/

99 questions
16
votes
4 answers

jquery address how do you use it?

I'm trying to understand how to use the jQuery address plugin for handling deep linking with ajax. But the documentation is very poor and I cant find any good tutorials explaining what is going on. I think a good documentation with good examples is…
ajsie
  • 70,516
  • 97
  • 259
  • 375
11
votes
1 answer

Asual jQuery Address is buggy in Firefox?

This is my second project using jQuery Address, and I think there is something weird with Firefox, or at least I can figure out that it has a different behavior in Firefox and Webkit. When deep linking, jQuery Address should fire a change event and…
skiplecariboo
  • 782
  • 1
  • 8
  • 21
8
votes
2 answers

Declaring a JS library for use with TypeScript

There are many threads for similar issues, but as far as I can tell this one is unique. I'm using jQuery Address plugin in my app and would like to use it in a TypeScript file. Unfortunately there is no DefinitelyTyped script available for the…
dmathisen
  • 2,029
  • 1
  • 33
  • 58
6
votes
2 answers

jQuery Address: Certify that user is pressing forward button and not back button

EDIT 3: This jsFiddle works with the plugin, I almost have it. EDIT 2: I made a fiddle.I can't get the plugin to work there, but maybe it is easier to analyze. In the webpage I am building, Articles(posts) and new Pages are loaded via Ajax. At the…
Alvaro
  • 7,575
  • 8
  • 42
  • 70
5
votes
3 answers

Using Google Analytics to track AJAX requests

I'm changing a big section of a website to use jQuery Address' deep linking AJAX features. I'm using URIs like mysite.com/#!/page1/subpage/ and so on. I've read a good bit about tracking traffic with the _gaq.push() function, but I was wondering if…
jdp
  • 3,156
  • 2
  • 27
  • 51
5
votes
2 answers

Differentiate between back/ forward in jquery address plugin

As can be seen in the documentation (http://www.asual.com/jquery/address/docs/), the plugin has an event to detect when the back/forward button of the browser was pressed. $.address.externalChange(fn) My question is if there is a way to know when…
Alvaro
  • 7,575
  • 8
  • 42
  • 70
5
votes
1 answer

Two clicks required when only one should be needed on iPad/iPhone

I'm working on a site which is supposed to support both mobile and desktop devices. I'm using jquery-address plugin to make an image gallery which can use hash tags to be deep linkable. But I'm noticing a problem in ipad simulator with iOS5 and…
Dave
  • 5,913
  • 2
  • 36
  • 63
5
votes
2 answers

ajax loaded content, script is not executing

I am using jquery address plugin for loading pages, but without hash(#). index.html: Link