Currently, I\'m using following function which works with click event.
$(\'a.ux-thumb-wrap\').click(function(e){ e.preventDefault(); href=$(this).attr(\'
Use the jquery hashchange plugin for a lightweigth approach: http://benalman.com/projects/jquery-hashchange-plugin/
Even better in the long run is the backbone.js router: http://documentcloud.github.com/backbone/#Router