jQuery Mobile that does not allow the link to be clicked at all and just checks the box
Hi all,
i am trying to add a check box and a link .
Can any one help me in this issue
<div style="position: relative;">
<label for="agree">
<netui:checkBox dataSource="actionForm.acceptTerms" defaultValue="false" /> i agree
<netui:anchor href="http://abc.com/Terms_and_Conditions.pdf" target="new window" value="">Terms and Condition</netui:anchor>
as published on website www.abc.com
</label>
</div>
the problem when i click on terms and conditions link checkbox is selected.
I need to have checkBox and a link how to do this.
Any help will be appreciated