Is there a way to completely hide buttons in JQM? Any method I have tried simply greys them out. I have tried putting a disabled option in the html tag, a hidden option in the html tag, as well as various JQ methods. And yes, I have been calling button("refresh").
Any ideas?