Jquery, AJAX and URL changes...
Posted
by user305270
on Stack Overflow
See other posts from Stack Overflow
or by user305270
Published on 2010-04-03T14:33:38Z
Indexed on
2010/04/03
14:43 UTC
Read the original article
Hit count: 309
ruby-on-rails
Jquery, AJAX and URL changes...
I have a gallery, and when the image change i would like to change my url to "#image_id=321" and when i load an url with this appended: "#image_id=321", loads the image with id 321.
is this possible to make without the "#" and using "/photo-id/321"? thanks
© Stack Overflow or respective owner