Couple of Questions

Couple of Questions

Hello Everyone,

I seem to be having tons of trouble working on porting my site to jQuery mobile...  Here are the three major problems I have ran into.

1. How do you size form objects/prevent defaults.  I would like to make my own "buttons" using the <button> tags without having jQuery mobile make a huge button.
2. I have a few forms that I want to be submitted via AJAX requests.  When I submit the form it posts it actually submits the form (my variables go up to the nav bar) instead of run through my included JS files.
3. When importing dynamic info, such as the result from an ajax request, the only way I can get it to keep the style is if I include the classes manually.  Is there a way around this yet?

Thanks in advance!