I used a tutorial for a sticky footer. It worked, but I then added JQuery Mobile and it no longer works. Here is a jfiddle (doesn't work ). Unclick the use of the Jquery mobile extension and it does what I want. How can I get the functionality I had with the use of Jquery mobile?
http://jsfiddle.net/SteveRobertson/CTjZs/15/
It uses the basic sticky footer structure...
<div id="wrap">
<div id="main">
content
</div>
</div>
<div id="addfooter">
</div>
Thank you for taking the time to consider my question.