Disable back button for one page only

Disable back button for one page only

ON my jquery mobile site I use the  data-add-back-btn="true" for the page div and it works as expected.

The issue I have is that there are some pages I don't want the back button to appear as it creates circular references and I want to better manage user navigation.

I'd really appreciate some help with this as it is driving me nuts.