Answering to myself jQuery mobile has this option which can be set for each link: data-ajax="false"
So basically if I add:
<a href="/my_business_category" data-role="button" data-theme="d"
data-icon="info" data-ajax="false">My Business Category</a>
the hash is not generated.
How to set this for {{=form.custom.submit}}?

