Hash navigation problem while using jquery mobile with asp.net mvc2 -


i looking standardize processing of ajax #anchors @ server side, using mvc.

before controller action invoked want convert every request ajax anchors request without ajax anchors, controller code not know there anchors in request:

for example:

1) /user/profile#user/photos should treated /user/photos

2) /main/index#user/profile/33 should treated /user/profile/33

what best technique in mvc accomplish that?

this should done on client side, using jquery follows # sign never sent server.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -