asual / jquery-address

jQuery Address - Deep linking for the masses
http://www.asual.com/jquery/address
GNU General Public License v2.0
815 stars 172 forks source link

Disable iframe interaction #155

Closed parisholley closed 11 years ago

parisholley commented 11 years ago

This is a fix for issue #146.

In the parent window simply put

$.address.frames(false);

and any iframes using this library will ignore the parent window location and will use the iframe location.