Reputation: 78004
I am using jquery mobile exact folloiwng example: http://www.raymondcamden.com/demos/2012/jul/30/round3/register.html
if you run this in a desktop browser or wide screen it displays empty field validation error that has wrong styling in case of textfields except dropdown.
any one guide me how to fix this issue? in short i want to display error below each field either it is small screen or wider one.(see attached screenshot)
any help would be appreciated.
Upvotes: 2
Views: 2727
Reputation: 78004
I ended up this issue by finding another two very good tutorials:
http://mobile.tutsplus.com/tutorials/mobile-web-apps/jquery-mobile-forms/ http://leepowers.net/files/jqmv/examples/after.html
that are easily modifiable through css and jquery.
might help someone.
Upvotes: 1