Return false does not prevent transition

Return false does not prevent transition

I have a search form where I want the results to load dynamically without any page transitions. I am returning false when the submit handler is done but the page keeps transitioning, is there any way to prevent this? Also, some other dynamic content that is loaded from localstore is not being added to the page even the statement is executed.