I am using jquery mobile 1.4.2
I have added some css to "data-role="page" so that i can avoid default scrolling of jquery mobile. When i added its affecting my footer.I am not able to fix it( and i don't want to use position:fixed). I want footer always at the bottom of the page.But if the content is to less i want this to at the bottom of a window(screen).
here is a link to jsfiddle
If i add absolute to the footer its working fine when the content is less than the screen size.If it is more than the screen size it overlapping. You an see this by varying out put frame of the jsfiddle vertically.