Hacker News new | ask | show | jobs
by jabrams 5225 days ago
try this:

    $('.fastLink').bind("vclick", function (e) {
      $.mobile.changePage($(this).attr('href'), "slide");
      e.preventDefault();
    });