web applications - jQuery deep linking plugins (#hash navigation) -


So far I have got the address (port of SWFaddress) and BBQ? Which other plugins provide this functionality, and which is better / standard?

So far, I have only created my own hash # -reading scripts, but there are some things that can handle multiple variables, that is, # user = bob and sortbay = rating.

Any suggestions or opinions are welcome.

Thank you! Both SWFAddress and BBQ are good if you want to keep it on yourself, then you

window.location.hash and window.location.search for # . > And query string respectively

For example:

  var hash = window.location.hash; Var qs = window.location.search.substring (1) .split ("& amp;"); // This is an array for QS  

, it is slightly hacked and for a more robust solution for the query string, you see


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -