iOS5(iPad) animation flicker caused by text-indent:-9999px in button markup
PROPOSED SOLUTIONS: change the property to text-indent:100%, which eliminates the problem on iOS5 (credit above link for that). Alternatively, why retain the text associated with the button tag and then invoke tricks to hide it. Why not just eliminate the button text, which has been copied into the outer elements which JQM wraps the button tag in?
Also, I noticed the same text-indent:-9999px in one other location in the css file. Same would apply there, too.