AntonShevchuk / jquery-iphone-ui

JavaScript library based on jQuery for prototype iPhone interface on web pages
http://iphone.hohli.com/
GNU General Public License v2.0
1 stars 0 forks source link

input class makes passing input data not work. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a form
2. use username and password field that passes to a php script via "post"
3. try to login with the supplied credentials... they aren't passed.

What is the expected output? What do you see instead?
if you try to echo $(variable here), you get nothing. it works just fine if you 
take the class="iinput" or class="ipassword" out of the input... but then 
obviously you don't get the styling. 

Original issue reported on code.google.com by bo...@bobby3.com on 20 Jul 2012 at 5:42