jquery-address
jquery-address copied to clipboard
jQuery Address - Deep linking for the masses
I have a scenario where I would like the location to only update the frame/iframe and not the top window, this code is what prevents me from doing so. perhaps...
This is my code: $(window).load(function() { $('#navigation a').address(); $.address.init(function() { alert('fired'); }); }); Alert never pops up. I'm using: - Google Chrome 12.0.742.122m - jQuery 1.6.1 - jQuery Address 1.4...
I inherited a wordpress site that uses jquery address. All of my links that are set to open in a new window (_blank) are not working. They are being appended...
It will be awesome if you forked [cndjs](/cdnjs/cdnjs) and added jQuery address...
I know that the RFC's state that a query string in a URL "must" be indicated by a "?" but unfortunately servers have not taken this rule to heart and...
In order to reproduce the bug create 2 files. Main file: <html><body><iframe src="iframe.html" style="width: 900px; height: 600px;"> <p>Your browser does not support iframes.</p></iframe></body></html> Content of iframe.html: <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>...
I am having strange issue in Firfox > 3.6. It works fine in IE and other browsers. It misses history addresses sometime. I can see them in firefox history but...
The function doesn't seem to do anything... although no error is generated. I am attempting to stop `$.address.value("")` from scrolling the window to the top. I am using it kinda...
- jQuery Address - GA bug - repeted __utm.gif request for first page load - jQuery Address - rewrite `/#/url` to `/#!/url` - jQuery Address - avoid `$.ajax()` when content...
we can't declare for particular dom object , its refreshing the page. i don't want $.address() in some of the pages. Example: $('a.rwajax').address.state('/rw2011').init(function(){ $('a.rwajax').address(function(){return getUri($(this).attr('href'));}); }).bind('change', function(event) { // here...