Hi all, I developed my app using jquery mobile. I have indipendent image with one image as button. I want to manage touch effect as jquery moile button stile. When I tap it, image style must change. How can I do it?
I try $(".buttonImg").bind("taphold", function(event)... and $(".buttonImg").bind("tap", function(event){
in the my function I change image but I don't like it. I want the same effect of jquery mobile.
I would like that my datepicker don't resize when i change month. Many month, for example, have 5 rows of days (5 weeks), others month naturally, have 6 rows of days (6 weeks). Is it possible set datepicker have always 6 rows?