I am using jQuery Mobile script on my mobile website. I am not much familiar with JavaScript.
There are two website have same code & files.
- http://m.suyes.co/ (with jQuery Mobile)
- http://www.suyes.co/ (without jQuery Mobile)
I used this form to get value
<form class="dca-box" action="domain.php" method="post" name="form_domain_avail" id="homepageDomainSearch">
<input type="hidden" value="check_availability" name="action">
<input type="hidden" name="showrelated" value="true">
<input data-role="none" type="text" maxlength="65" id="field_domains-input" class="domains-input optionalField" name="txtDomainName" value="Buy a Domain name..." onkeydown="remove_error_msg();" />
<button data-role="none" onclick="return check_domain_name();" id="search_for_domains_id" type="submit">Search</button>
</form>
On my desktop website this working well, but it's only loading page in mobile site.